AcceptedAtRoute Class

Definition

An IResult that on execution will write an object to the response with status code Accepted (202) and Location header. Targets a registered route.

public sealed class AcceptedAtRoute : Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider
type AcceptedAtRoute = class
    interface IResult
    interface IEndpointMetadataProvider
    interface IStatusCodeHttpResult
Public NotInheritable Class AcceptedAtRoute
Implements IEndpointMetadataProvider, IResult, IStatusCodeHttpResult
Inheritance
AcceptedAtRoute
Implements

Properties

RouteName

Gets the name of the route to use for generating the URL.

RouteValues

Gets the route data to use for generating the URL.

StatusCode

Gets the HTTP status code: Status202Accepted

Methods

ExecuteAsync(HttpContext)

Write an HTTP response reflecting the result.

Explicit Interface Implementations

IEndpointMetadataProvider.PopulateMetadata(MethodInfo, EndpointBuilder)

Populates metadata for the related Endpoint and MethodInfo.

IStatusCodeHttpResult.StatusCode

Applies to