C# 클래스 FubuCore.UrlContext

파일 보기 프로젝트 열기: jmarnold/fubumvc-testrunner

Private Properties

프로퍼티 타입 설명
UrlContext System

공개 메소드들

메소드 설명
Live ( ) : void
Reset ( ) : void
Stub ( ) : void
Stub ( string usingFakeUrl ) : void
ToAbsoluteUrl ( this url ) : string
ToPhysicalPath ( this webRelativePath ) : string
ToServerQualifiedUrl ( this relativeUrl, string serverBasedUrl ) : string
UrlEncoded ( this target ) : string
WithQueryStringValues ( this querystring ) : string
WithoutQueryString ( this querystring ) : string

비공개 메소드들

메소드 설명
UrlContext ( ) : System

메소드 상세

Live() 공개 정적인 메소드

public static Live ( ) : void
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Stub() 공개 정적인 메소드

public static Stub ( ) : void
리턴 void

Stub() 공개 정적인 메소드

public static Stub ( string usingFakeUrl ) : void
usingFakeUrl string
리턴 void

ToAbsoluteUrl() 공개 정적인 메소드

public static ToAbsoluteUrl ( this url ) : string
url this
리턴 string

ToPhysicalPath() 공개 정적인 메소드

public static ToPhysicalPath ( this webRelativePath ) : string
webRelativePath this
리턴 string

ToServerQualifiedUrl() 공개 정적인 메소드

public static ToServerQualifiedUrl ( this relativeUrl, string serverBasedUrl ) : string
relativeUrl this
serverBasedUrl string
리턴 string

UrlEncoded() 공개 정적인 메소드

public static UrlEncoded ( this target ) : string
target this
리턴 string

WithQueryStringValues() 공개 정적인 메소드

public static WithQueryStringValues ( this querystring ) : string
querystring this
리턴 string

WithoutQueryString() 공개 정적인 메소드

public static WithoutQueryString ( this querystring ) : string
querystring this
리턴 string