ResponseCachingOptions.UseCaseSensitivePaths プロパティ

定義

true 要求パスで大文字と小文字が区別される場合。それ以外の場合 falseは 。 既定では、パスは大文字と小文字を区別しないものとして扱います。

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

プロパティ値

適用対象