C# Class FubuMVC.Tests.Urls.StubCurrentHttpRequest

Inheritance: ICurrentHttpRequest
Afficher le fichier Open project: jmarnold/fubumvc Class Usage Examples

Méthodes publiques

Свойство Type Description
TheApplicationRoot string
TheHttpMethod string
TheRawUrl string
TheRelativeUrl string

Méthodes publiques

Méthode Description
HttpMethod ( ) : string
RawUrl ( ) : string
RelativeUrl ( ) : string
ToFullUrl ( string url ) : string

Method Details

HttpMethod() public méthode

public HttpMethod ( ) : string
Résultat string

RawUrl() public méthode

public RawUrl ( ) : string
Résultat string

RelativeUrl() public méthode

public RelativeUrl ( ) : string
Résultat string

ToFullUrl() public méthode

public ToFullUrl ( string url ) : string
url string
Résultat string

Property Details

TheApplicationRoot public_oe property

public string TheApplicationRoot
Résultat string

TheHttpMethod public_oe property

public string TheHttpMethod
Résultat string

TheRawUrl public_oe property

public string TheRawUrl
Résultat string

TheRelativeUrl public_oe property

public string TheRelativeUrl
Résultat string