FormMethod 열거형

정의

주의

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

폼의 전송 형식을 GET 또는 POST 요청으로 지정합니다. 이 클래스는 상속될 수 없습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public enum class FormMethod
public enum FormMethod
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum FormMethod
type FormMethod = 
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type FormMethod = 
Public Enum FormMethod
상속
FormMethod
특성

필드

Get 0

GET 요청을 사용하여 폼을 전송합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

Post 1

POST 요청을 사용하여 폼을 전송합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

설명

FormMethod 열거형 양식을 제출 됩니다 하는 방법을 나타냅니다. GET 요청을 경우는 Method 폼의 속성이 Get를 게시할 수 있는 데이터의 양에 제한이 합니다. 일부 유형의 포스트백 GET 요청을 사용 하는 경우 실패할 수 있습니다. GET 요청을 사용 하 여의 장점은 모든 매개 변수는 URL의 일부로 지정 되 고 캐시 하거나 URL을 저장할 수 있습니다.

적용 대상