Inheritance
System.Object
RequestHeaderRouteValueTransform
Assembly: Yarp.ReverseProxy.dll
public class RequestHeaderRouteValueTransform : RequestHeaderTransform
Constructors
|
Improve this Doc
View Source
Declaration
public RequestHeaderRouteValueTransform(string headerName, string routeValueKey, bool append)
Parameters
Type |
Name |
Description |
System.String |
headerName |
|
System.String |
routeValueKey |
|
System.Boolean |
append |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override string? GetValue(RequestTransformContext context)
Parameters
Returns
Type |
Description |
System.Nullable<System.String> |
|
Overrides