ResponseCachingOptions.UseCaseSensitivePaths Property

Definition

true if request paths are case-sensitive; otherwise false. The default is to treat paths as case-insensitive.

public:
 property bool UseCaseSensitivePaths { bool get(); void set(bool value); };
public bool UseCaseSensitivePaths { get; set; }
member this.UseCaseSensitivePaths : bool with get, set
Public Property UseCaseSensitivePaths As Boolean

Property Value

Applies to