1 instantiation of SaveTempDataAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DependencyInjection\TempDataMvcOptionsSetup.cs (1)
17options.Filters.Add(new SaveTempDataAttribute());
1 reference to SaveTempDataAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
SaveTempDataAttribute.cs (1)
19/// Initialize a new instance of <see cref="SaveTempDataAttribute"/>.