C# Class TerrificNet.Mvc.MvcTerrificTemplateHandler

Inheritance: ITerrificTemplateHandler
Exibir arquivo Open project: namics/TerrificNet

Public Methods

Method Description
RenderLabel ( string key, RenderingContext context ) : void
RenderLabelAsync ( string key, RenderingContext context ) : System.Threading.Tasks.Task
RenderModule ( string moduleId, string skin, RenderingContext context, string dataVariation ) : void
RenderModuleAsync ( string moduleId, string skin, RenderingContext context ) : System.Threading.Tasks.Task
RenderPartial ( string template, object model, RenderingContext context ) : void
RenderPartialAsync ( string template, object model, RenderingContext context ) : System.Threading.Tasks.Task
RenderPlaceholder ( object model, string key, string index, RenderingContext context ) : void
RenderPlaceholderAsync ( object model, string key, string index, RenderingContext context ) : System.Threading.Tasks.Task

Method Details

RenderLabel() public method

public RenderLabel ( string key, RenderingContext context ) : void
key string
context RenderingContext
return void

RenderLabelAsync() public method

public RenderLabelAsync ( string key, RenderingContext context ) : System.Threading.Tasks.Task
key string
context RenderingContext
return System.Threading.Tasks.Task

RenderModule() public method

public RenderModule ( string moduleId, string skin, RenderingContext context, string dataVariation ) : void
moduleId string
skin string
context RenderingContext
dataVariation string
return void

RenderModuleAsync() public method

public RenderModuleAsync ( string moduleId, string skin, RenderingContext context ) : System.Threading.Tasks.Task
moduleId string
skin string
context RenderingContext
return System.Threading.Tasks.Task

RenderPartial() public method

public RenderPartial ( string template, object model, RenderingContext context ) : void
template string
model object
context RenderingContext
return void

RenderPartialAsync() public method

public RenderPartialAsync ( string template, object model, RenderingContext context ) : System.Threading.Tasks.Task
template string
model object
context RenderingContext
return System.Threading.Tasks.Task

RenderPlaceholder() public method

public RenderPlaceholder ( object model, string key, string index, RenderingContext context ) : void
model object
key string
index string
context RenderingContext
return void

RenderPlaceholderAsync() public method

public RenderPlaceholderAsync ( object model, string key, string index, RenderingContext context ) : System.Threading.Tasks.Task
model object
key string
index string
context RenderingContext
return System.Threading.Tasks.Task