|
WebServerOptionsErrorTemplateName Property
|
Gets or sets template file name to use when a Razor compile or execution exception occurs.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string ErrorTemplateName { get; set; }
Public Property ErrorTemplateName As String
Get
Set
member ErrorTemplateName : string with get, set
function get_ErrorTemplateName();
function set_ErrorTemplateName(value);
View SourceProperty Value
StringSee Also