HttpContextFeaturesExtensions.GetForwarderErrorFeature(HttpContext) Method
Definition
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.
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