AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCommonBasePage..::..RenderTopResources Property

Gets the markup that should be injected as the first content inside the page's <head>. The base implementation emits the native String.prototype trim capture script so it runs before MicrosoftAjaxCore.js overrides the trim methods with its slow regex polyfill. Descendants should override to extend the top-of-head content and must call base.RenderTopResources first so the trim capture remains the very first script the browser executes.

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

Syntax


protected virtual string RenderTopResources { get; }

See Also


AdvantageCommonBasePage