C# 클래스 Spontaneous.MobileWebApp.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: pashkov/Spontaneous

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Application_Error ( object sender, EventArgs e ) : void
Application_Start ( ) : void

메소드 상세

Application_Error() 보호된 메소드

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

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

GetVaryByCustomString() 공개 메소드

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

IsIos() 공개 정적인 메소드

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.
리턴 bool

Profile_OnMigrateAnonymous() 공개 메소드

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