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 以啟用它。

適用於