다음을 통해 공유


UriCreationOptions.DangerousDisablePathAndQueryCanonicalization 속성

정의

경로 및 쿼리의 유효성을 검사하고 정규화할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

true 경로 및 쿼리 유효성 검사를 사용하지 않도록 설정하려면 false 을 사용하도록 설정합니다.

적용 대상