HttpRuntimeSection.RelaxedUrlToFileSystemMapping 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示 HTTP 要求中的 URL 是否必須為有效的 Windows 檔案路徑。
public:
property bool RelaxedUrlToFileSystemMapping { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("relaxedUrlToFileSystemMapping", DefaultValue=false)]
public bool RelaxedUrlToFileSystemMapping { get; set; }
[<System.Configuration.ConfigurationProperty("relaxedUrlToFileSystemMapping", DefaultValue=false)>]
member this.RelaxedUrlToFileSystemMapping : bool with get, set
Public Property RelaxedUrlToFileSystemMapping As Boolean
屬性值
如果 URL 不需要符合 Windows 路徑規則則為 true
,否則為 false
。 預設為 false
。
- 屬性
備註
屬性 RelaxedUrlToFileSystemMapping 會決定傳入 HTTP 要求中 URL 的驗證方式。 如果此屬性為 false
,則會使用相同的規則驗證 URL,以判斷 Windows 檔案系統路徑是否有效。
您可以藉由設定 項目的 屬性httpRuntime
,在組態檔中設定RelaxedUrlToFileSystemMapping此值。 如需詳細資訊,請參閱 HTTPRuntime 元素 (ASP.NET 設定架構) 。