HttpBrowserCapabilitiesBase.SupportsQueryStringInFormAction 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否支持 HTML action 元素属性值中的form查询字符串。

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

例外

适用于