Click or drag to resize
URLRewriterPageNotFoundEventArgsPageNotFoundHandled Property
Indicates whether was 'page not found' handled

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 10.0.0
Syntax
C#
public bool PageNotFoundHandled { get; set; }

Property Value

Type: Boolean
Remarks
Set this property to 'true' if you don't want to handle 'page not found' by system
See Also