C# Class System.Web.Mvc.IronRuby.Core.RubyMvcApplication

Inheritance: HttpApplication
Datei anzeigen Open project: jschementi/ironrubymvc

Protected Methods

Method Description
Application_Start ( object sender, EventArgs e ) : void
OnStart ( ) : void

Called when the application is starting and the engine has been initialized.

Method Details

Application_Start() protected method

protected Application_Start ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnStart() protected method

Called when the application is starting and the engine has been initialized.
protected OnStart ( ) : void
return void