Implemented interface member:
property
Type
Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider.Type
2 writes to Type
Microsoft.AspNetCore.Mvc.Core (2)
ProducesResponseTypeAttribute.cs (2)
36Type = type ?? throw new ArgumentNullException(nameof(type)); 52Type = type ?? throw new ArgumentNullException(nameof(type));
4 references to Type
Microsoft.AspNetCore.Mvc.Core (4)
ProducesResponseTypeAttribute.cs (4)
32/// <param name="type">The <see cref="Type"/> of object that is going to be written in the response.</param> 44/// <param name="type">The <see cref="Type"/> of object that is going to be written in the response.</param> 79/// When <see langword="false"/>, then <see cref="Type"/> is set by user. 81/// When <see langword="true"/>, then <see cref="Type"/> is set by by