Click or drag to resize
HTMLHelperAddToHeader Method
Adds the given HTML code to the header of the page.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void AddToHeader(
	Page page,
	string html
)

Parameters

page
Type: System.Web.UIPage
Page
html
Type: SystemString
HTML to add
See Also