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