C# Класс Sdl.Web.Mvc.Statics.StaticContentModule

HttpModule handling requests for static content items, including versioned URL rewriting.
Наследование: IHttpModule
Показать файл Открыть проект

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

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

Disposes the HttpModule.

Init ( System.Web.HttpApplication application ) : void

Initialize this HttpModule.

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

Метод Описание
BeginRequest ( object sender, EventArgs e ) : void
OnPreRequestHandlerExecute ( object sender, EventArgs eventArgs ) : void

Event handler that gets triggered just before the ASP.NET Request Handler gets executed.

SendNotFoundResponse ( string message, HttpResponse httpResponse ) : void

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

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

Disposes the HttpModule.
public Dispose ( ) : void
Результат void

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

Initialize this HttpModule.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication Current HttpApplication
Результат void