Méthode | Description | |
---|---|---|
Application_Start ( ) : void |
Méthode | Description | |
---|---|---|
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.
|