RenderToStringResult.Globals Property
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.
If set, specifies JSON-serializable data that should be added as a set of global JavaScript variables in the document. This can be used to transfer arbitrary data from server-side prerendering code to client-side code (for example, to transfer the state of a Redux store).
public:
property Newtonsoft::Json::Linq::JObject ^ Globals { Newtonsoft::Json::Linq::JObject ^ get(); void set(Newtonsoft::Json::Linq::JObject ^ value); };
public Newtonsoft.Json.Linq.JObject Globals { get; set; }
member this.Globals : Newtonsoft.Json.Linq.JObject with get, set
Public Property Globals As JObject
Property Value
Newtonsoft.Json.Linq.JObject