C# Class FubuMVC.Tests.Urls.StubCurrentHttpRequest

Inheritance: ICurrentHttpRequest
Mostra file Open project: jmarnold/fubumvc Class Usage Examples

Public Properties

Property Type Description
TheApplicationRoot string
TheHttpMethod string
TheRawUrl string
TheRelativeUrl string

Public Methods

Method Description
HttpMethod ( ) : string
RawUrl ( ) : string
RelativeUrl ( ) : string
ToFullUrl ( string url ) : string

Method Details

HttpMethod() public method

public HttpMethod ( ) : string
return string

RawUrl() public method

public RawUrl ( ) : string
return string

RelativeUrl() public method

public RelativeUrl ( ) : string
return string

ToFullUrl() public method

public ToFullUrl ( string url ) : string
url string
return string

Property Details

TheApplicationRoot public_oe property

public string TheApplicationRoot
return string

TheHttpMethod public_oe property

public string TheHttpMethod
return string

TheRawUrl public_oe property

public string TheRawUrl
return string

TheRelativeUrl public_oe property

public string TheRelativeUrl
return string