Share via


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

.NET Framework Security

See Also

Reference

HtmlTagInnerTextParser Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace