Share via


RenderToStringResult.CreateGlobalsAssignmentScript 方法

定义

构造 JavaScript 代码块,用于将数据从 Globals 属性分配给全局命名空间。

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

返回

JavaScript 代码块。

适用于