4 references to Properties
Microsoft.AspNetCore.Mvc.ApiExplorer (4)
ApiDescriptionExtensions.cs (4)
12
/// Gets the value of a property from the <see cref="ApiDescription.
Properties
"/> collection
22
if (apiDescription.
Properties
.TryGetValue(typeof(T), out var value))
33
/// Sets the value of an property in the <see cref="ApiDescription.
Properties
"/> collection using
48
apiDescription.
Properties
[typeof(T)] = value;