EndpointFilterInvocationContext.HttpContext Property

Definition

The HttpContext associated with the current request being processed by the filter.

public abstract Microsoft.AspNetCore.Http.HttpContext HttpContext { get; }
member this.HttpContext : Microsoft.AspNetCore.Http.HttpContext
Public MustOverride ReadOnly Property HttpContext As HttpContext

Property Value

Applies to