NameIDCollectionCountOf Method

Return the Count of occurrences of the specified Name.

Definition

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

Parameters

name  String
Name to search for.

Return Value

Int32
Number of instances found.

See Also