Method | Description | |
---|---|---|
GetVaryByCustomString ( |
||
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 |
Method | Description | |
---|---|---|
Application_Error ( object sender, |
||
Application_Start ( ) : void |
protected Application_Error ( object sender, |
||
sender | object | |
e | ||
return | void |
public GetVaryByCustomString ( |
||
context | ||
arg | string | |
return | string |
public static IsIos ( string userAgent ) : bool | ||
userAgent | string | The User-Agent in the current context. |
return | bool |
public Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void | ||
sender | object | |
args | System.Web.Profile.ProfileMigrateEventArgs | |
return | void |