C# Класс Phun.Routing.PhunUrlRoutingModule

Url routing modules
Наследование: System.Web.Routing.UrlRoutingModule
Показать файл Открыть проект

Открытые методы

Метод Описание
PhunUrlRoutingModule ( ) : System

Initializes a new instance of the PhunUrlRoutingModule class.

PostResolveRequestCache ( System.Web.HttpContextBase context ) : void

Matches the HTTP request to a route, retrieves the handler for that route, and sets the handler as the HTTP handler for the current request.

Описание методов

PhunUrlRoutingModule() публичный Метод

Initializes a new instance of the PhunUrlRoutingModule class.
public PhunUrlRoutingModule ( ) : System
Результат System

PostResolveRequestCache() публичный Метод

Matches the HTTP request to a route, retrieves the handler for that route, and sets the handler as the HTTP handler for the current request.
public PostResolveRequestCache ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase Encapsulates all HTTP-specific information about an individual HTTP request.
Результат void