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

속성 값

적용 대상