FormMethod 열거형

정의

사용되는 양식 메서드를 정의하는 상수를 지정합니다.

public enum class FormMethod
public enum FormMethod
type FormMethod = 
Public Enum FormMethod
상속
FormMethod

필드

Dialog 2

대화 양식 메서드입니다.

Get 0

양식 메서드를 가져옵니다.

Post 1

Post form 메서드.

적용 대상