Injects references to javascript files directly in the header of the page.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static void CreateHeaderScript(
	Page page,
	string url,
	string content
)
Visual Basic
Public Shared Sub CreateHeaderScript ( 
	page As Page,
	url As String,
	content As String
)
Visual C++
public:
static void CreateHeaderScript(
	Page^ page, 
	String^ url, 
	String^ content
)
F#
static member CreateHeaderScript : 
        page : Page * 
        url : string * 
        content : string -> unit 

Parameters

page
Type: System.Web.UI..::..Page
Page.
url
Type: System..::..String
Script URL.
content
Type: System..::..String
Content of the reference.

See Also