NameCollectionRemove(String) Method

Remove the Item from the collection by Name.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void Remove(
	string name
)

Parameters

name  String
Name of the Item to remove.

See Also