C# 클래스 BlueCollar.Examples.Webpages._Default

Default page.
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
CssClassForLogLevel ( string level ) : string

Gets the CSS class to use for the given log level text.

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Raises the page's Load event.

메소드 상세

CssClassForLogLevel() 공개 정적인 메소드

Gets the CSS class to use for the given log level text.
public static CssClassForLogLevel ( string level ) : string
level string The log level text to get the CSS class for.
리턴 string

OnLoad() 보호된 메소드

Raises the page's Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The event arguments.
리턴 void