HttpBrowserCapabilitiesBase.SupportsQueryStringInFormAction 屬性

定義

當在派生類別中覆寫時,會獲得一個值,指示瀏覽器是否支援 HTML form 元素屬性值中的action查詢字串。

public:
 virtual property bool SupportsQueryStringInFormAction { bool get(); };
public virtual bool SupportsQueryStringInFormAction { get; }
member this.SupportsQueryStringInFormAction : bool
Public Overridable ReadOnly Property SupportsQueryStringInFormAction As Boolean

屬性值

true若瀏覽器支援 HTML action 元素屬性值中的form查詢字串;否則, false

例外狀況

適用於