C# Class Codestellation.Ether.Templating.Razor.RenderContext

Afficher le fichier Open project: Codestellation/Ether Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DefineSection ( string name, System.Action action ) : void
Flush ( ) : void
RenderBody ( ) : string
RenderContext ( ) : System
RenderSection ( string name, bool isRequired ) : string
Write ( object value ) : void

Method Details

DefineSection() public méthode

public DefineSection ( string name, System.Action action ) : void
name string
action System.Action
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

RenderBody() public méthode

public RenderBody ( ) : string
Résultat string

RenderContext() public méthode

public RenderContext ( ) : System
Résultat System

RenderSection() public méthode

public RenderSection ( string name, bool isRequired ) : string
name string
isRequired bool
Résultat string

Write() public méthode

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