HttpRuntimeSection.RequestPathInvalidCharacters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字元的清單,這份清單指定在 HTTP 要求所包含的路徑中會變得無效的字元。
public:
property System::String ^ RequestPathInvalidCharacters { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("requestPathInvalidCharacters", DefaultValue="<,>,*,%,&,:,\,?")]
public string RequestPathInvalidCharacters { get; set; }
[<System.Configuration.ConfigurationProperty("requestPathInvalidCharacters", DefaultValue="<,>,*,%,&,:,\,?")>]
member this.RequestPathInvalidCharacters : string with get, set
Public Property RequestPathInvalidCharacters As String
屬性值
無效字元的逗號分隔清單。 下列清單包含一組預設的無效字元:
<,>,*,%,&,:,\
- 屬性
備註
若要在組態檔中設定此值,您可以將逗號分隔的字元字串指派給 requestPathInvalidCharacters
元素的 httpRuntime
屬性。 如需詳細資訊,請參閱 HTTPRuntime 元素 (ASP.NET 設定架構) 。