Click or drag to resize

RazorEngineTLanguagePreCompile(ActionException) 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
public Task PreCompile(
	Action<Exception> exceptionHandler
)
View Source

Parameters

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

Return Value

Task

Implements

IRazorEnginePreCompile(ActionException)
See Also