FormMethod 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定常數,定義所使用的表單方法。
public enum class FormMethod
public enum FormMethod
type FormMethod =
Public Enum FormMethod
- 繼承
-
FormMethod
欄位
Dialog | 2 | 對話方塊表單方法。 |
Get | 0 | 取得表單方法。 |
Post | 1 | Post 表單方法。 |