C# Class Spontaneous.HealthApp.MvcApplication

Inheritance: System.Web.HttpApplication
Show file Open project: pashkov/Spontaneous

Public Methods

Method Description
GetVaryByCustomString ( HttpContext context, string arg ) : string
IsIos ( string userAgent ) : bool

Tells whether this is an iOS platform or not. http://user-agent-string.info/list-of-ua/os

Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void

Protected Methods

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

Method Details

Application_Error() protected method

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void

GetVaryByCustomString() public method

public GetVaryByCustomString ( HttpContext context, string arg ) : string
context System.Web.HttpContext
arg string
return string

IsIos() public static method

Tells whether this is an iOS platform or not. http://user-agent-string.info/list-of-ua/os
public static IsIos ( string userAgent ) : bool
userAgent string The User-Agent in the current context.
return bool

Profile_OnMigrateAnonymous() public method

public Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
sender object
args System.Web.Profile.ProfileMigrateEventArgs
return void