GlobalApplication_Start Method |  |
Application start up (register areas, configuration, routes)
Namespace:
Velo.Web
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate void Application_Start(
Object sender,
EventArgs e
)
Private Sub Application_Start (
sender As Object,
e As EventArgs
)
Parameters
- sender
- Type: SystemObject
- e
- Type: SystemEventArgs
See Also