The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HtmlTag::GetAttributeValueAsString Method (String^)
Gets the value of a specified attribute in string format.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- attributeName
-
Type:
System::String^
The name of the attribute. Used as the key to look up the attribute value.
If the attribute name does not exist, this method returns null.
Show: