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 を選択して有効にします。

適用対象