5 implementations of Description
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2879public string Description { get; set; }
Microsoft.AspNetCore.Mvc.Core (3)
ProducesAttribute.cs (1)
56public string? Description { get; set; }
ProducesDefaultResponseTypeAttribute.cs (1)
45public string? Description { get; set; }
ProducesResponseTypeAttribute.cs (1)
93public string? Description { get; set; }
Mvc.Api.Analyzers.Test (1)
TestFiles\SymbolApiResponseMetadataProviderTest\GetResponseMetadataTests.cs (1)
63public string Description { get; set; }
1 reference to Description
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
169var description = metadataAttribute.Description;