3 implementations of Description
Microsoft.AspNetCore.Mvc.Core (3)
ProducesAttribute.cs (1)
56
public string?
Description
{ get; set; }
ProducesDefaultResponseTypeAttribute.cs (1)
45
public string?
Description
{ get; set; }
ProducesResponseTypeAttribute.cs (1)
93
public string?
Description
{ get; set; }
1 reference to Description
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
229
Description = metadataAttribute.
Description