Udostępnij za pośrednictwem


FormMethod Wyliczenie

Definicja

Przestroga

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.

Określa typ przesyłania formularza jako żądanie GET lub POST. Klasa ta nie może być dziedziczona. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

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
Dziedziczenie
FormMethod
Atrybuty

Pola

Get 0

Używa żądania GET do przesłania formularza. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Post 1

Używa żądania POST do przesłania formularza. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Uwagi

Wyliczenie FormMethod reprezentuje sposób przesyłania formularza. Żądanie GET, gdy Method właściwość formularza jest ustawiona na Getwartość , jest ograniczone w ilości danych, które może publikować. Niektóre typy ogłaszania zwrotnego mogą zakończyć się niepowodzeniem w przypadku użycia żądania GET. Zaletą korzystania z żądania GET jest to, że wszystkie parametry są określone jako część adresu URL i można buforować lub zapisywać adres URL.

Dotyczy