This commit is contained in:
Doug Bunting 2017-10-03 09:39:15 -07:00
parent bfbc04f758
commit e659b578f6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Mvc.ModelBinding;
namespace Microsoft.AspNetCore.Mvc
{
/// <summary>
/// A <see cref="StatusCodeResult"/> that when executed will produce a Conflict (409) response.
/// An <see cref="ObjectResult"/> that when executed will produce a Conflict (409) response.
/// </summary>
public class ConflictObjectResult : ObjectResult
{