Implemented interface member:
property
Type
Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider.Type
1 write to Type
Microsoft.AspNetCore.Mvc.Core (1)
ProducesAttribute.cs (1)
27Type = type ?? throw new ArgumentNullException(nameof(type));
2 references to Type
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
521if (provider.Provider is ProducesAttribute producesAttribute && producesAttribute.Type is null)
Microsoft.AspNetCore.Mvc.Core (1)
ProducesAttribute.cs (1)
24/// <param name="type">The <see cref="Type"/> of object that is going to be written in the response.</param>