Results.StatusCode(Int32) 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.
Creates an IResult object by specifying a statusCode
.
public static Microsoft.AspNetCore.Http.IResult StatusCode (int statusCode);
static member StatusCode : int -> Microsoft.AspNetCore.Http.IResult
Public Shared Function StatusCode (statusCode As Integer) As IResult
Parameters
- statusCode
- Int32
The status code to set on the response.
Returns
The created IResult object for the response.