C# 클래스 BetterCms.Core.Environment.Host.DefaultCmsAutoHost

상속: BetterModules.Core.Web.Environment.Host.DefaultWebApplicationAutoHost
파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
OnAuthenticateRequest ( System.Web.HttpApplication application ) : void

Called when authenticating request.

메소드 상세

OnAuthenticateRequest() 공개 메소드

Called when authenticating request.
public OnAuthenticateRequest ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication The application.
리턴 void