Implemented interface member:
property
Properties
Microsoft.AspNetCore.Mvc.ApplicationModels.IPropertyModel.Properties
2 writes to Properties
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageHandlerModel.cs (2)
29Properties = new Dictionary<object, object?>(); 49Properties = new Dictionary<object, object?>(other.Properties);
1 reference to Properties
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\PageHandlerModel.cs (1)
49Properties = new Dictionary<object, object?>(other.Properties);