C# Класс UrfIdentity.Web.MvcApplication

Наследование: System.Web.HttpApplication
Показать файл Открыть проект

Защищенные методы

Метод Описание
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