public RazorView( IRazorEngine razorEngine, string templateName, Action<Exception> exceptionHandler = null )
Public Sub New ( razorEngine As IRazorEngine, templateName As String, Optional exceptionHandler As Action(Of Exception) = Nothing )
public: RazorView( IRazorEngine^ razorEngine, String^ templateName, Action<Exception^>^ exceptionHandler = nullptr )
new : razorEngine : IRazorEngine * templateName : string * ?exceptionHandler : Action<Exception> (* Defaults: let _exceptionHandler = defaultArg exceptionHandler null *) -> RazorView
GSF.Web.Model.RazorView = function(razorEngine, templateName, exceptionHandler);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.