SpaPrerenderingOptions.SupplyData Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um retorno de chamada que será invocado durante a pré-geração, permitindo que você passe dados adicionais para o código de ponto de entrada de pré-geração.
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))