C# 클래스 FubuMVC.Tests.Urls.StubCurrentHttpRequest

상속: ICurrentHttpRequest
파일 보기 프로젝트 열기: jmarnold/fubumvc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TheApplicationRoot string
TheHttpMethod string
TheRawUrl string
TheRelativeUrl string

공개 메소드들

메소드 설명
HttpMethod ( ) : string
RawUrl ( ) : string
RelativeUrl ( ) : string
ToFullUrl ( string url ) : string

메소드 상세

HttpMethod() 공개 메소드

public HttpMethod ( ) : string
리턴 string

RawUrl() 공개 메소드

public RawUrl ( ) : string
리턴 string

RelativeUrl() 공개 메소드

public RelativeUrl ( ) : string
리턴 string

ToFullUrl() 공개 메소드

public ToFullUrl ( string url ) : string
url string
리턴 string

프로퍼티 상세

TheApplicationRoot 공개적으로 프로퍼티

public string TheApplicationRoot
리턴 string

TheHttpMethod 공개적으로 프로퍼티

public string TheHttpMethod
리턴 string

TheRawUrl 공개적으로 프로퍼티

public string TheRawUrl
리턴 string

TheRelativeUrl 공개적으로 프로퍼티

public string TheRelativeUrl
리턴 string