1 write to Key
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\LifecycleProperty.cs (1)
18Key = key;
3 references to Key
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Filters\ControllerViewDataAttributeFilter.cs (1)
38viewData[property.Key] = value;
Filters\SaveTempDataPropertyFilterBase.cs (2)
54tempData[property.Key] = newValue; 75var value = tempData[property.Key];