C# Class Atoms.Web.Module.CachedRoute

Inheritance: System.Web.HttpTaskAsyncHandler, IRouteHandler
Afficher le fichier Open project: neurospeech/web-atoms.js Class Usage Examples

Private Properties

Свойство Type Description
CachedRoute System
IRouteHandler IHttpHandler

Méthodes publiques

Méthode Description
CachedUrl ( string p ) : System.Web.HtmlString
ProcessRequestAsync ( HttpContext context ) : System.Threading.Tasks.Task
Register ( RouteCollection routes, System.TimeSpan maxAge = null, string version = null ) : void

Private Methods

Méthode Description
CachedRoute ( ) : System
IRouteHandler ( System.Web.Routing.RequestContext requestContext ) : IHttpHandler

Method Details

CachedUrl() public static méthode

public static CachedUrl ( string p ) : System.Web.HtmlString
p string
Résultat System.Web.HtmlString

ProcessRequestAsync() public méthode

public ProcessRequestAsync ( HttpContext context ) : System.Threading.Tasks.Task
context System.Web.HttpContext
Résultat System.Threading.Tasks.Task

Register() public static méthode

public static Register ( RouteCollection routes, System.TimeSpan maxAge = null, string version = null ) : void
routes RouteCollection
maxAge System.TimeSpan
version string
Résultat void