RenderToStringResult.Globals プロパティ

定義

設定されている場合は、ドキュメント内のグローバル JavaScript 変数のセットとして追加する必要がある JSON シリアル化可能なデータを指定します。 これは、サーバー側プリレンダリング コードからクライアント側コードに任意のデータを転送するために使用できます (たとえば、Redux ストアの状態を転送するため)。

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

プロパティ値

Newtonsoft.Json.Linq.JObject

適用対象