RouteMatch.Headers Property
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.
Only match requests that contain all of these headers.
public System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Configuration.RouteHeader>? Headers { get; init; }
member this.Headers : System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Configuration.RouteHeader> with get, set
Public Property Headers As IReadOnlyList(Of RouteHeader)