SpaPrerenderingOptions.SupplyData Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Rückruf ab, der während des Prerenderings aufgerufen wird, oder legt diesen fest, sodass Sie zusätzliche Daten an den Prerendering-Einstiegspunktcode übergeben können.
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))