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

属性值

Boolean

如果浏览器支持 HTML form 元素的 action 特性中的查询字符串,则为 true;否则为 false

例外

适用于