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.

ValidateHtmlTagInnerText Class

 

Validation rule that is used to validate the inner text from an HTML tag.

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

System::Object
  Microsoft.VisualStudio.TestTools.WebTesting::ValidationRule
    Microsoft.VisualStudio.TestTools.WebTesting.Rules::ValidateHtmlTagInnerText

public ref class ValidateHtmlTagInnerText : ValidationRule

NameDescription
System_CAPS_pubmethodValidateHtmlTagInnerText()

Initializes a new instance of the ValidateHtmlTagInnerText class.

NameDescription
System_CAPS_pubpropertyAttributeName

Gets or sets the attribute name.

System_CAPS_pubpropertyAttributeValue

Gets or sets the attribute value.

System_CAPS_pubpropertyCollapseWhiteSpace

Gets or sets the Boolean value that indicates whether to collapse the white space. Default value is set to true.

System_CAPS_pubpropertyExpectedInnerText

Gets or sets the expected inner text.

System_CAPS_pubpropertyHasClosingTags

Gets or sets a Boolean value that indicates whether to include closing tags. Default value is set to true.

System_CAPS_pubpropertyIgnoreCase

Gets or sets a Boolean value that indicates whether to perform a case-insensitive validation.

System_CAPS_pubpropertyIndex

Gets or sets the index.

System_CAPS_pubpropertyRemoveInnerTags

Gets or sets a Boolean value that indicates whether to remove the inner tags. Default value is true.

System_CAPS_pubpropertyRuleDescription

Obsolete.Gets the description displayed in the user interface when a rule is selected.(Inherited from ValidationRule.)

System_CAPS_pubpropertyRuleName

Obsolete.When overridden in a derived class, gets the name displayed in the user interface when a rule is selected or shown in the editor.(Inherited from ValidationRule.)

System_CAPS_pubpropertyTagName

Gets or sets the tag name.

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: