SpaPrerenderingOptions.SupplyData 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.
Gets or sets a callback that will be invoked during prerendering, allowing you to pass additional data to the prerendering entrypoint code.
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))