HtmlAttributeCollectionGetValue Method
Return the value of the specified attribute from the list.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public string GetValue(
string attributeName
)
Public Function GetValue (
attributeName As String
) As String
No code example is currently available or this language may not be supported.
- attributeName String
-
Name of the attribute to find.
String
Value of the specified attribute, if found. Otherwise, an empty string.