Property | Type | Description | |
---|---|---|---|
CachedRoute | System | ||
IRouteHandler | IHttpHandler |
Method | Description | |
---|---|---|
CachedUrl ( string p ) : System.Web.HtmlString | ||
ProcessRequestAsync ( |
||
Register ( RouteCollection routes, System.TimeSpan maxAge = null, string version = null ) : void |
Method | Description | |
---|---|---|
CachedRoute ( ) : System | ||
IRouteHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler |
public static CachedUrl ( string p ) : System.Web.HtmlString | ||
p | string | |
return | System.Web.HtmlString |
public ProcessRequestAsync ( |
||
context | ||
return | System.Threading.Tasks.Task |
public static Register ( RouteCollection routes, System.TimeSpan maxAge = null, string version = null ) : void | ||
routes | RouteCollection | |
maxAge | System.TimeSpan | |
version | string | |
return | void |