Implemented interface member:
property
Type
Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider.Type
1 write to Type
Microsoft.AspNetCore.Mvc.Core (1)
ProducesDefaultResponseTypeAttribute.cs (1)
29Type = type ?? throw new ArgumentNullException(nameof(type));
1 reference to Type
Microsoft.AspNetCore.Mvc.Core (1)
ProducesDefaultResponseTypeAttribute.cs (1)
26/// <param name="type">The <see cref="Type"/> of object that is going to be written in the response.</param>