C# Класс Crowbar.ClientResponse

Defines the client response.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AsCsQuery ( ) : CQ

Returns a DOM representation of the HTML document in the response body.

AsJson ( ) : dynamic

Gets a dynamic representation of the JSON in the response body.

AsXml ( ) : System.Xml.Linq.XElement

Returns an XElement of the XML in the response body.

Описание методов

AsCsQuery() публичный Метод

Returns a DOM representation of the HTML document in the response body.
public AsCsQuery ( ) : CQ
Результат CsQuery.CQ

AsJson() публичный Метод

Gets a dynamic representation of the JSON in the response body.
public AsJson ( ) : dynamic
Результат dynamic

AsXml() публичный Метод

Returns an XElement of the XML in the response body.
public AsXml ( ) : System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement