Click or drag to resize
MessagePageUseBaseTagForHandlerPage Property
Gets or sets the value that indicates whether base tag should be automatically added to the page if current page was displayed through rewriting from handler 404 page. This tag solves the app_themes links.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public bool UseBaseTagForHandlerPage { get; set; }

Property Value

Type: Boolean
See Also