Implemented interface member:
property
Properties
Microsoft.AspNetCore.Mvc.ApplicationModels.IPropertyModel.Properties
2 writes to Properties
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ControllerModel.cs (2)
38
Properties
= new Dictionary<object, object?>();
61
Properties
= new Dictionary<object, object?>(other.Properties);
3 references to Properties
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ActionModel.cs (1)
149
/// <see cref="ApplicationModel.Properties"/> and <see cref="ControllerModel.
Properties
"/>.
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
156
foreach (var item in controller.
Properties
)
ApplicationModels\ControllerModel.cs (1)
61
Properties = new Dictionary<object, object?>(other.
Properties
);