ViewExecutor.TempDataFactory 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 das ITempDataDictionaryFactory ab.
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