IStructuredUrlSettingsHandle404Page Property
|
Gets/sets the ID of the 404 response handling
Page. If not specified, the Dynamic Site Server uses the ASP.NET default 404 handling page to indicate missing resources.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string Handle404Page { get; set; }
Property Handle404Page As String
Get
Set
property String^ Handle404Page {
String^ get ();
void set (String^ value);
}
abstract Handle404Page : string with get, set
Property Value
Type:
StringSee Also