C# Class FubuMVC.OwinHost.OwinCurrentHttpRequest

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

Méthodes publiques

Méthode Description
HttpMethod ( ) : string
OwinCurrentHttpRequest ( FubuMVC.OwinHost.OwinRequestBody body ) : System
RawUrl ( ) : string
RelativeUrl ( ) : string
ToFullUrl ( string url ) : string

Method Details

HttpMethod() public méthode

public HttpMethod ( ) : string
Résultat string

OwinCurrentHttpRequest() public méthode

public OwinCurrentHttpRequest ( FubuMVC.OwinHost.OwinRequestBody body ) : System
body FubuMVC.OwinHost.OwinRequestBody
Résultat System

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