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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntaxpublic bool UseBaseTagForHandlerPage { get; set; }
Property Value
Type:
Boolean
See Also