C# 클래스 AspNet.StarterKits.Classifieds.Web.ClassifiedsHttpApplication

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Application_End ( Object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
GetSiteUrl ( ) : string

메소드 상세

Application_Start() 공개 메소드

public Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void