HtmlAttribute Class
Represents an HTML attribute.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class HtmlAttribute
'Usage
Dim instance As HtmlAttribute
public class HtmlAttribute
public ref class HtmlAttribute
public class HtmlAttribute
Remarks
An HtmlAttribute object exists in a HtmlTag attribute collection for each attribute that was parsed out of the HTML tag.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttributeWithOffsets
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace