1 instantiation of NoContentResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
301
=> new
NoContentResult
();
5 references to NoContentResult
Microsoft.AspNetCore.Mvc.Core (4)
ControllerBase.cs (3)
295
/// Creates a <see cref="
NoContentResult
"/> object that produces an empty
298
/// <returns>The created <see cref="
NoContentResult
"/> object for the response.</returns>
300
public virtual
NoContentResult
NoContent()
NoContentResult.cs (1)
18
/// Initializes a new <see cref="
NoContentResult
"/> instance.
Microsoft.AspNetCore.Mvc.Core.Test (1)
ControllerBaseTest.cs (1)
2173
var
result = controller.NoContent();