5 implementations of Description
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2879
public string
Description
{ get; set; }
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; }
Mvc.Api.Analyzers.Test (1)
TestFiles\SymbolApiResponseMetadataProviderTest\GetResponseMetadataTests.cs (1)
63
public string
Description
{ get; set; }
1 reference to Description
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
169
var description = metadataAttribute.
Description
;