HtmlAttributeCollectionItem(String) Property

Get an Item from the Collection by its name.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public HtmlAttributeItem this[
	string name
] { get; }

Parameters

name  String
 

Property Value

HtmlAttributeItem

See Also