Click or drag to resize

RazorEngineTLanguageCompile(ITemplateKey, Type) Method

Compiles the specified template and caches it.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public void Compile(
	ITemplateKey key,
	Type modelType = null
)
View Source

Parameters

key  ITemplateKey
 
modelType  Type  (Optional)
 

Implements

IRazorEngineService.Compile(ITemplateKey, Type)
See Also