RenderToStringResult.CreateGlobalsAssignmentScript Method

Definition

Constructs a block of JavaScript code that assigns data from the Globals property to the global namespace.

public:
 System::String ^ CreateGlobalsAssignmentScript();
public string CreateGlobalsAssignmentScript ();
member this.CreateGlobalsAssignmentScript : unit -> string
Public Function CreateGlobalsAssignmentScript () As String

Returns

A block of JavaScript code.

Applies to