NameCollectionRemove(String) Method

Remove the Item from the collection by Name.

Definition

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

Parameters

name  String
Name of the Item to remove.

See Also