C# Class Spontaneous.MobileWebApp.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: pashkov/Spontaneous

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Application_Error ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Method Details

Application_Error() protected méthode

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

GetVaryByCustomString() public méthode

public GetVaryByCustomString ( HttpContext context, string arg ) : string
context System.Web.HttpContext
arg string
Résultat string

IsIos() public static méthode

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.
Résultat bool

Profile_OnMigrateAnonymous() public méthode

public Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
sender object
args System.Web.Profile.ProfileMigrateEventArgs
Résultat void