NameCollectionItem(String) Property

Get an Item from the Collection by its Name.

Definition

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

Parameters

name  String
 

Property Value

NameItem

See Also