C# 클래스 Saimoe.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: quietlynn/gplus.saimoe

공개 프로퍼티들

프로퍼티 타입 설명
LangCookieName string
LangQueryName string

보호된 메소드들

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

메소드 상세

Application_BeginRequest() 보호된 메소드

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

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

프로퍼티 상세

LangCookieName 공개적으로 정적으로 프로퍼티

public static string LangCookieName
리턴 string

LangQueryName 공개적으로 정적으로 프로퍼티

public static string LangQueryName
리턴 string