NameIDCollectionID Method

Return the Item having the specified ID from the Collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public NameIDItem ID(
	int id
)

Parameters

id  Int32
ID of the Item to search for.

Return Value

NameIDItem
NameIDItem having the specified ID, if found. Otherwise, null.

See Also