다음을 통해 공유


AjaxOptions.HttpMethod 속성

정의

HTTP 요청 메서드("Get" 또는 "Post")를 가져오거나 설정합니다.

public string HttpMethod { get; set; }
member this.HttpMethod : string with get, set
Public Property HttpMethod As String

속성 값

HTTP 요청 메서드입니다. 기본값은 "Post"입니다.

적용 대상