FormMethod 列舉

定義

列舉表單的 HTTP 要求類型。

public enum FormMethod
type FormMethod = 
Public Enum FormMethod
繼承
FormMethod

欄位

Get 0

指定 GET 要求。

Post 1

指定 POST 要求。

適用於