ViewExecutor.TempDataFactory 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 o ITempDataDictionaryFactory.
protected:
property Microsoft::AspNetCore::Mvc::ViewFeatures::ITempDataDictionaryFactory ^ TempDataFactory { Microsoft::AspNetCore::Mvc::ViewFeatures::ITempDataDictionaryFactory ^ get(); };
protected Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory TempDataFactory { get; }
protected Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory? TempDataFactory { get; }
member this.TempDataFactory : Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory
Protected ReadOnly Property TempDataFactory As ITempDataDictionaryFactory