C# 클래스 Crowbar.ClientResponse

Defines the client response.
파일 보기 프로젝트 열기: mrydengren/crowbar 1 사용 예제들

공개 메소드들

메소드 설명
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