MobileCapabilities.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 <form> 元素的属性值中action支持查询字符串,则为 ;否则为 false。 默认值为 true

适用于