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

プロパティ値

true パスとクエリの検証を無効にする場合。有効にするには、 false します。

適用対象