Delen via


HttpContextFeaturesExtensions.GetForwarderErrorFeature(HttpContext) Method

Definition

Retrieves the IForwarderErrorFeature instance associated with the current request, if any.

public static Yarp.ReverseProxy.Forwarder.IForwarderErrorFeature? GetForwarderErrorFeature (this Microsoft.AspNetCore.Http.HttpContext context);
static member GetForwarderErrorFeature : Microsoft.AspNetCore.Http.HttpContext -> Yarp.ReverseProxy.Forwarder.IForwarderErrorFeature
<Extension()>
Public Function GetForwarderErrorFeature (context As HttpContext) As IForwarderErrorFeature

Parameters

context
HttpContext

Returns

Applies to