AdvantageModule..::..RegisterTopScript Method (Literal)
Registers content to the top of the page.
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Examples
C#
protected override void OnLoad(EventArgs e) { base.OnLoad(e); RegisterTopScript("my-module-css", "<link rel='stylesheet' href='/css/my-module.css' />"); }

