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

For handling mvc phuncms 404 routes.
Наследование: MvcRouteHandler
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : System.Web.IHttpHandler

Returns the HTTP handler by using the specified HTTP context.

PreHandleRequestInternal ( System requestContext ) : void

Returns the HTTP handler by using the specified HTTP context.

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

GetHttpHandler() защищенный Метод

Returns the HTTP handler by using the specified HTTP context.
protected GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : System.Web.IHttpHandler
requestContext System.Web.Routing.RequestContext The request context.
Результат System.Web.IHttpHandler

PreHandleRequestInternal() защищенный Метод

Returns the HTTP handler by using the specified HTTP context.
protected PreHandleRequestInternal ( System requestContext ) : void
requestContext System The request context.
Результат void