HtmlAttributeCollectionRemove(String) Method

Remove the named attribute.

Definition

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

Parameters

name  String
Name of the attribute to remove.

See Also