AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCommonBasePage..::..HeaderControlExists Property

Gets a value indicating whether the current page has a server-side <head runat="server"> element wired up. Returns false for pages whose <head> is plain markup or absent entirely. Override to alter the detection rule for unusual page structures.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected virtual bool HeaderControlExists { get; }

See Also


AdvantageCommonBasePage