3 implementations of Type
Microsoft.AspNetCore.Mvc.Core (3)
ProducesAttribute.cs (1)
53public Type? Type { get; set; }
ProducesDefaultResponseTypeAttribute.cs (1)
35public Type Type { get; }
ProducesResponseTypeAttribute.cs (1)
68public Type Type { get; set; }
1 reference to Type
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
226Type = metadataAttribute.Type,