C# Class Elmah.WebTemplateBase

Inheritance: RazorTemplateBase, IHttpHandler
ファイルを表示 Open project: clearwavebuild/elmah

Private Properties

Property Type Description
IHttpHandler void

Public Methods

Method Description
AttributeEncode ( string text ) : string
Encode ( string text ) : string
Html ( string html ) : IHtmlString
RenderBody ( ) : object
TransformText ( ) : string
Write ( object value ) : void

Protected Methods

Method Description
ProcessRequest ( ) : void

Private Methods

Method Description
IHttpHandler ( HttpContext context ) : void

Method Details

AttributeEncode() public method

public AttributeEncode ( string text ) : string
text string
return string

Encode() public method

public Encode ( string text ) : string
text string
return string

Html() public method

public Html ( string html ) : IHtmlString
html string
return IHtmlString

ProcessRequest() protected method

protected ProcessRequest ( ) : void
return void

RenderBody() public method

public RenderBody ( ) : object
return object

TransformText() public method

public TransformText ( ) : string
return string

Write() public method

public Write ( object value ) : void
value object
return void