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

适用于