5 references to TempDataAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
Filters\SaveTempDataPropertyFilterBase.cs (3)
94var tempDataAttribute = property.GetCustomAttribute<TempDataAttribute>(); 128Resources.FormatTempDataProperties_PublicGetterSetter(property.DeclaringType.FullName, property.Name, nameof(TempDataAttribute)));
TempDataAttribute.cs (2)
11/// Properties decorated with <see cref="TempDataAttribute"/> will have their values stored in 12/// and loaded from the <see cref="ITempDataDictionary"/>. <see cref="TempDataAttribute"/>