C# Class Elmah.RazorTemplateBase

Afficher le fichier Open project: clearwavebuild/elmah

Méthodes publiques

Méthode Description
Execute ( ) : void
RenderBody ( ) : object
TransformText ( ) : string
Write ( object value ) : void
WriteLiteral ( string textToAppend ) : void

Method Details

Execute() public méthode

public Execute ( ) : 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

WriteLiteral() public méthode

public WriteLiteral ( string textToAppend ) : void
textToAppend string
Résultat void