Method | Description | |
---|---|---|
CreateCachePolicy ( ) : System.Web.HttpCachePolicyBase | ||
FakeHttpContext ( ) : System.Web.HttpContextBase | ||
FakeHttpContext ( string url ) : System.Web.HttpContextBase | ||
SetFakeControllerContext ( this controller ) : void | ||
SetFakeControllerContext ( this controller, IPrincipal Principal ) : void | ||
SetHttpMethodResult ( this request, string httpMethod ) : void | ||
SetupRequestUrl ( this request, string url ) : void |
Method | Description | |
---|---|---|
GetQueryStringParameters ( string url ) : |
||
GetUrlFileName ( string url ) : string |
public static CreateCachePolicy ( ) : System.Web.HttpCachePolicyBase | ||
return | System.Web.HttpCachePolicyBase |
public static FakeHttpContext ( ) : System.Web.HttpContextBase | ||
return | System.Web.HttpContextBase |
public static FakeHttpContext ( string url ) : System.Web.HttpContextBase | ||
url | string | |
return | System.Web.HttpContextBase |
public static SetFakeControllerContext ( this controller ) : void | ||
controller | this | |
return | void |
public static SetFakeControllerContext ( this controller, IPrincipal Principal ) : void | ||
controller | this | |
Principal | IPrincipal | |
return | void |
public static SetHttpMethodResult ( this request, string httpMethod ) : void | ||
request | this | |
httpMethod | string | |
return | void |
public static SetupRequestUrl ( this request, string url ) : void | ||
request | this | |
url | string | |
return | void |