AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCommonBasePage..::..RegisterBottomScript Method (String, String)

Registers content to the bottom of the page with a unique key to prevent duplicate registration.

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

Syntax


public void RegisterBottomScript(
	string key,
	string content
)

Parameters

key
Type: String
The unique key to identify this content and prevent duplicates.
content
Type: String
Content to be rendered.

See Also


AdvantageCommonBasePage
RegisterBottomScript Overload