1 type derived from ProducesAttribute
Microsoft.AspNetCore.Mvc.Core (1)
ProducesOfTAttribute.cs (1)
12
public class ProducesAttribute<T> :
ProducesAttribute
5 references to ProducesAttribute
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
521
if (provider.Provider is
ProducesAttribute
producesAttribute && producesAttribute.Type is null)
Microsoft.AspNetCore.Mvc.Core (4)
ProducesAttribute.cs (2)
22
/// Initializes an instance of <see cref="
ProducesAttribute
"/>.
32
/// Initializes an instance of <see cref="
ProducesAttribute
"/> with allowed content types.
ProducesOfTAttribute.cs (2)
9
/// This is a derived generic variant of the <see cref="
ProducesAttribute
"/>.
15
/// Initializes an instance of <see cref="
ProducesAttribute
"/>.