C# Class FubuCore.UrlContext

Afficher le fichier Open project: jmarnold/fubumvc-testrunner

Private Properties

Свойство Type Description
UrlContext System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
UrlContext ( ) : System

Method Details

Live() public static méthode

public static Live ( ) : void
Résultat void

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Stub() public static méthode

public static Stub ( ) : void
Résultat void

Stub() public static méthode

public static Stub ( string usingFakeUrl ) : void
usingFakeUrl string
Résultat void

ToAbsoluteUrl() public static méthode

public static ToAbsoluteUrl ( this url ) : string
url this
Résultat string

ToPhysicalPath() public static méthode

public static ToPhysicalPath ( this webRelativePath ) : string
webRelativePath this
Résultat string

ToServerQualifiedUrl() public static méthode

public static ToServerQualifiedUrl ( this relativeUrl, string serverBasedUrl ) : string
relativeUrl this
serverBasedUrl string
Résultat string

UrlEncoded() public static méthode

public static UrlEncoded ( this target ) : string
target this
Résultat string

WithQueryStringValues() public static méthode

public static WithQueryStringValues ( this querystring ) : string
querystring this
Résultat string

WithoutQueryString() public static méthode

public static WithoutQueryString ( this querystring ) : string
querystring this
Résultat string