Dela via


RouteMatch.Hosts Property

Definition

Only match requests with the given Host header. Supports wildcards and ports. For unicode host names, do not use punycode.

public System.Collections.Generic.IReadOnlyList<string>? Hosts { get; init; }
member this.Hosts : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Hosts As IReadOnlyList(Of String)

Property Value

Applies to