C# Class Fu.Services.Templating.HamlTemplateBase

Inheritance: NHaml.Template
Show file Open project: chakrit/fu-sharp

Protected Methods

Method Description
Block ( string name, System.Action yield ) : void
RenderBlock ( string name ) : void

Method Details

Block() protected method

protected Block ( string name, System.Action yield ) : void
name string
yield System.Action
return void

RenderBlock() protected method

protected RenderBlock ( string name ) : void
name string
return void