共用方式為


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

屬性值

如果瀏覽器支援 HTML <form> 項目之 action 屬性值中的查詢字串,則為 true;否則為 false。 預設為 true

適用於