NoContent Class
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.
Represents an IResult that when executed will produce an HTTP response with the No Content (204) status code.
public class NoContent : Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider
type NoContent = class
interface IResult
interface IEndpointMetadataProvider
interface IStatusCodeHttpResult
Public Class NoContent
Implements IEndpointMetadataProvider, IResult, IStatusCodeHttpResult
- Inheritance
-
NoContent
- Implements
Status |
Gets the HTTP status code: Status204NoContent |
Execute |
Write an HTTP response reflecting the result. |
IEndpoint |
Populates metadata for the related Endpoint and MethodInfo. |
IStatus |