C# Class Elmah.WebTemplateBase

Inheritance: RazorTemplateBase, IHttpHandler
Afficher le fichier Open project: clearwavebuild/elmah

Private Properties

Свойство Type Description
IHttpHandler void

Méthodes publiques

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

Méthodes protégées

Méthode Description
ProcessRequest ( ) : void

Private Methods

Méthode Description
IHttpHandler ( HttpContext context ) : void

Method Details

AttributeEncode() public méthode

public AttributeEncode ( string text ) : string
text string
Résultat string

Encode() public méthode

public Encode ( string text ) : string
text string
Résultat string

Html() public méthode

public Html ( string html ) : IHtmlString
html string
Résultat IHtmlString

ProcessRequest() protected méthode

protected ProcessRequest ( ) : void
Résultat void

RenderBody() public méthode

public RenderBody ( ) : object
Résultat object

TransformText() public méthode

public TransformText ( ) : string
Résultat string

Write() public méthode

public Write ( object value ) : void
value object
Résultat void