Поделиться через


HtmlDocument - конструктор

Инициализирует новый экземпляр класса HtmlDocument.Этот конструктор принимает строку и использует ее в качестве документа.

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
Public Sub New ( _
    documentLocation As Uri, _
    documentContent As String _
)
public HtmlDocument(
    Uri documentLocation,
    string documentContent
)
public:
HtmlDocument(
    Uri^ documentLocation, 
    String^ documentContent
)
new : 
        documentLocation:Uri * 
        documentContent:string -> HtmlDocument
public function HtmlDocument(
    documentLocation : Uri, 
    documentContent : String
)

Параметры

  • documentLocation
    Тип: System.Uri
    Универсальный код ресурса (URI), представляющий местоположение документа.
  • documentContent
    Тип: System.String
    Содержимое документа.

Безопасность платформы .NET Framework

См. также

Ссылки

HtmlDocument Класс

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен