AdvantageCommonBasePage..::..InjectHeaderInfo Method
Splices RenderTopResources output (and the page title)
into the rendered page content immediately after the <head>
opening tag. Used by descendants whose pages lack a server-side
<head> element and therefore cannot use
Page.Header.Controls.AddAt. Override to alter the splice strategy
(for example, to match <head> tags carrying attributes).
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
Parameters
- pageContent
- Type: String
The fully rendered HTML for the page.

