C# 클래스 Sdl.Web.Mvc.Statics.StaticContentModule

HttpModule handling requests for static content items, including versioned URL rewriting.
상속: IHttpModule
파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

공개 메소드들

메소드 설명
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