Template Documentation
MvcApplication Class |
Main class of the aplication
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
MvcApplication | Initializes a new instance of the MvcApplication class |
Methods
Name | Description | |
---|---|---|
Application_Error |
Excecutes on every exception
| |
Application_Start |
The main function of the application
|
See Also