MvcApplication Class

Template MVC

MvcApplication Class

Main class of the aplication
Inheritance Hierarchy
SystemObject  System.WebHttpApplication
    Template.WebMvcApplication

Namespace:  Template.Web
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class MvcApplication : HttpApplication

The MvcApplication type exposes the following members.

Constructors
  NameDescription
Public methodMvcApplication
Initializes a new instance of the MvcApplication class
Top
Methods
  NameDescription
Protected methodApplication_Error
Excecutes on every exception
Protected methodApplication_Start
The main function of the application
Top
See Also