HtmlTagInnerTextParser Class
A specialized parser that is used to extract the inner text from HTML tags that are located in an HTML document.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | HtmlTagInnerTextParser(String^) | Initializes a new instance of the HtmlTagInnerTextParser class by using the specified HTML document text. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInnerTextForHtmlTags(String^, Boolean, Boolean, Boolean) | Returns an enumerable list of all the inner text that matches the specified parameters. |
![]() | GetInnerTextForHtmlTags(String^, Boolean, Boolean, Boolean, Int32, Int32) | Returns an enumerable list of all the inner text that matches the specified parameters. |
![]() | GetInnerTextForHtmlTags(String^, String^, String^, Boolean, Boolean, Boolean) | Returns an enumerable list of all the inner text that matches the specified parameters. |
![]() | GetInnerTextForHtmlTags(String^, String^, String^, Boolean, Boolean, Boolean, Int32, Int32) | Returns an enumerable list of all the inner text that matches the specified parameters. |
![]() | 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.

