RazorPageBase.TempData Property

Definition

Gets the ITempDataDictionary from the ViewContext.

public:
 property Microsoft::AspNetCore::Mvc::ViewFeatures::ITempDataDictionary ^ TempData { Microsoft::AspNetCore::Mvc::ViewFeatures::ITempDataDictionary ^ get(); };
public Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionary TempData { get; }
member this.TempData : Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionary
Public ReadOnly Property TempData As ITempDataDictionary

Property Value

Remarks

Returns null if ViewContext is null.

Applies to