URLRewriterPageNotFoundEventArgsPageNotFoundHandled Property |
Indicates whether was 'page not found' handled
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax public bool PageNotFoundHandled { get; set; }
Property Value
Type:
BooleanRemarks
Set this property to 'true' if you don't want to handle 'page not found' by system
See Also