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

Datei anzeigen Open project: Codestellation/Ether Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public DefineSection ( string name, System.Action action ) : void
name string
action System.Action
return void

Flush() public method

public Flush ( ) : void
return void

RenderBody() public method

public RenderBody ( ) : string
return string

RenderContext() public method

public RenderContext ( ) : System
return System

RenderSection() public method

public RenderSection ( string name, bool isRequired ) : string
name string
isRequired bool
return string

Write() public method

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