次の方法で共有


SpaPrerenderingOptions.SupplyData プロパティ

定義

プリレンダリング中に呼び出されるコールバックを取得または設定します。これにより、プリレンダリングエントリポイントコードに追加のデータを渡すことができます。

public:
 property Action<Microsoft::AspNetCore::Http::HttpContext ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ SupplyData { Action<Microsoft::AspNetCore::Http::HttpContext ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ get(); void set(Action<Microsoft::AspNetCore::Http::HttpContext ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ value); };
public Action<Microsoft.AspNetCore.Http.HttpContext,System.Collections.Generic.IDictionary<string,object>> SupplyData { get; set; }
member this.SupplyData : Action<Microsoft.AspNetCore.Http.HttpContext, System.Collections.Generic.IDictionary<string, obj>> with get, set
Public Property SupplyData As Action(Of HttpContext, IDictionary(Of String, Object))

プロパティ値

適用対象