标签: .net asp.net-web-api swagger
我正在研究swagger,我想让多个返回类型知道从具有相同状态代码的单个函数招摇。
我一直在功能上使用这些标签:
[SwaggerResponse(HttpStatusCode.OK, Type = typeof(PagedResult<GetIncidentsReportResponse>))] [SwaggerResponse(HttpStatusCode.OK, Type = typeof(IEnumerable<GetCountResponse>))]