C# Класс Sage.Rewriters.LocalizePathRewriter

Intercepts all requests and checks if there is a localized version matching the current request
Наследование: IHttpModule
Показать файл Открыть проект

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

Метод Описание
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module that implements IHttpModule.

Init ( System.Web.HttpApplication application ) : void

Initializes the rewriter, using specified application.

Приватные методы

Метод Описание
RewritePath ( System.Web.HttpApplication application ) : void

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

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

Disposes of the resources (other than memory) used by the module that implements IHttpModule.
public Dispose ( ) : void
Результат void

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

Initializes the rewriter, using specified application.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication The current web application.
Результат void