C# 클래스 UrfIdentity.Web.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: Neilski/URF-Identity

보호된 메소드들

메소드 설명
Application_Start ( ) : void

비공개 메소드들

메소드 설명
ConfigureAntiForgeryTokens ( ) : void

Configures the anti-forgery tokens. See http://www.asp.net/mvc/overview/security/xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages

ConfigureViewEngines ( ) : void

Configures the view engines. By default, Asp.Net MVC includes the Web Forms (WebFormsViewEngine) and Razor (RazorViewEngine) view engines. You can remove view engines you are not using here for better performance.

메소드 상세

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void