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