|
IRazorEnginePreCompile Method
|
Kicks off a task to pre-compile Razor templates.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxabstract PreCompile :
?exceptionHandler : Action<Exception>
(* Defaults:
let _exceptionHandler = defaultArg exceptionHandler null
*)
-> Task
function PreCompile(exceptionHandler);
View SourceParameters
- exceptionHandler ActionException (Optional)
- Exception handler used to report issues, if any.
Return Value
Task
See Also