HtmlTagInnerTextParser Constructor
Initializes a new instance of the HtmlTagInnerTextParser class by using the specified HTML document text.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
documentContent As String _
)
public HtmlTagInnerTextParser(
string documentContent
)
public:
HtmlTagInnerTextParser(
String^ documentContent
)
new :
documentContent:string -> HtmlTagInnerTextParser
public function HtmlTagInnerTextParser(
documentContent : String
)
Parameters
documentContent
Type: StringThe HTML document text for this HtmlTagInnerTextParser object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.