Click or drag to resize

RazorEngineTLanguageCompile(String, Type) Method

Compiles the specified template, by name, and caches it.

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

Parameters

name  String
 
modelType  Type  (Optional)
 
See Also