C# Class Saimoe.MvcApplication

Inheritance: System.Web.HttpApplication
Mostra file Open project: quietlynn/gplus.saimoe

Public Properties

Property Type Description
LangCookieName string
LangQueryName string

Protected Methods

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

Method Details

Application_BeginRequest() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void

Property Details

LangCookieName public_oe static_oe property

public static string LangCookieName
return string

LangQueryName public_oe static_oe property

public static string LangQueryName
return string