Results.NoContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Produces a Status204NoContent response.
public static Microsoft.AspNetCore.Http.IResult NoContent ();
static member NoContent : unit -> Microsoft.AspNetCore.Http.IResult
Public Shared Function NoContent () As IResult
Returns
The created IResult for the response.