RenderToStringResult.CreateGlobalsAssignmentScript Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.