C# Class BlueCollar.Examples.Webpages._Default

Default page.
Inheritance: System.Web.UI.Page
Show file Open project: ChadBurggraf/blue-collar

Public Methods

Method Description
CssClassForLogLevel ( string level ) : string

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

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Raises the page's Load event.

Method Details

CssClassForLogLevel() public static method

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.
return string

OnLoad() protected method

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