ExtractHtmlTagInnerText Class
Represents a rule that is used to extract the inner text from an HTML tag.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::ExtractionRule
Microsoft.VisualStudio.TestTools.WebTesting::ExtractHtmlTagInnerText
| Name | Description | |
|---|---|---|
![]() | ExtractHtmlTagInnerText() | Initializes a new instance of the ExtractHtmlTagInnerText class. |
| Name | Description | |
|---|---|---|
![]() | AttributeName | Gets or sets the attribute name. |
![]() | AttributeValue | Gets or sets the attribute value. |
![]() | CollapseWhiteSpace | Gets or sets a value that indicates whether to collapse white space. |
![]() | ContextParameterName | Gets or sets the context name of the extracted property.(Inherited from ExtractionRule.) |
![]() | HasClosingTags | Gets or sets a value that indicates whether to include closing tags. |
![]() | Index | Gets or sets the index. |
![]() | RemoveInnerTags | Gets or sets a value that indicates whether to remove the inner tags. |
![]() | RuleDescription | Obsolete.This method is no longer used. Use the DisplayNameAttribute on the class to set a description for this rule.(Inherited from ExtractionRule.) |
![]() | RuleName | Obsolete.This method is no longer used. Use the DisplayNameAttribute on the class to set a display name for this rule.(Inherited from ExtractionRule.) |
![]() | TagName | Gets or sets the tag name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Extract(Object^, ExtractionEventArgs^) | Extracts the Inner Text of a particular HTML tag.(Overrides ExtractionRule::Extract(Object^, ExtractionEventArgs^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


