HtmlTagInnerTextParser(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
HtmlTagInnerTextParser(System::String ^ documentContent);
public HtmlTagInnerTextParser (string documentContent);
new Microsoft.VisualStudio.TestTools.WebTesting.HtmlTagInnerTextParser : string -> Microsoft.VisualStudio.TestTools.WebTesting.HtmlTagInnerTextParser
Public Sub New (documentContent As String)
Parameters
- documentContent
- String