Del via


RouteQueryParameter.IsCaseSensitive Property

Definition

Specifies whether query parameter value comparisons should ignore case. When true, Ordinal is used. When false, OrdinalIgnoreCase is used. Defaults to false.

public bool IsCaseSensitive { get; init; }
member this.IsCaseSensitive : bool with get, set
Public Property IsCaseSensitive As Boolean

Property Value

Applies to