Information
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.

HtmlAttribute Class

 

Represents an HTML attribute.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

System::Object
  Microsoft.VisualStudio.TestTools.WebTesting::HtmlAttribute
    Microsoft.VisualStudio.TestTools.WebTesting::HtmlAttributeWithOffsets

public ref class HtmlAttribute 

NameDescription
System_CAPS_pubmethodHtmlAttribute(String^, String^)

Initializes a new instance of the HtmlAttribute class.

NameDescription
System_CAPS_pubpropertyName

Gets the attribute name set by the HtmlAttribute constructor.

System_CAPS_pubpropertyValue

Gets the attribute value set by the HtmlAttribute constructor.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

An HtmlAttribute object exists in a HtmlTag attribute collection for each attribute that was parsed out of the HTML tag.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: