Click or drag to resize

IRazorEnginePreCompile Method

Kicks off a task to pre-compile Razor templates.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
Task PreCompile(
	Action<Exception> exceptionHandler = null
)
View Source

Parameters

exceptionHandler  ActionException  (Optional)
Exception handler used to report issues, if any.

Return Value

Task
See Also