Dela via


RouteHeader.Values Property

Definition

A collection of acceptable header values used during routing. Only one value must match. The list must not be empty unless using Exists or NotExists.

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

Property Value

Applies to