OnRejectedContext.HttpContext Property

Definition

Gets or sets the HttpContext that the OnRejected callback will have access to

public Microsoft.AspNetCore.Http.HttpContext HttpContext { get; init; }
member this.HttpContext : Microsoft.AspNetCore.Http.HttpContext with get, set
Public Property HttpContext As HttpContext

Property Value

Applies to