Click or drag to resize
HTMLHelper.AddToHeader 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.UI.Page
Page
html
Type: System.String
HTML to add
See Also