HtmlAttributeCollectionGetValue Method

Return the value of the specified attribute from the list.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public string GetValue(
	string attributeName
)

Parameters

attributeName  String
Name of the attribute to find.

Return Value

String
Value of the specified attribute, if found. Otherwise, an empty string.

See Also