|
ReadonlyWebServerOptionsErrorTemplateName Property
|
Gets 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; }
Public ReadOnly Property ErrorTemplateName As String
Get
public:
property String^ ErrorTemplateName {
String^ get ();
}
member ErrorTemplateName : string with get
function get_ErrorTemplateName();
View SourceProperty Value
StringSee Also