Udostępnij za pośrednictwem


WmlMobileTextWriter.WritePostField Metoda

Definicja

< postfield > Zapisuje element, traktując wartość określoną przez type parametr . 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).

Przeciążenia

WritePostField(String, String)

< postfield > Zapisuje element przy użyciu podanych parametrów. 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).

WritePostField(String, String, WmlPostFieldType)

<postfield> Zapisuje element, traktując wartość określoną przez type parametr . 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).

WritePostField(String, String)

< postfield > Zapisuje element przy użyciu podanych parametrów. 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).

public:
 void WritePostField(System::String ^ name, System::String ^ value);
public void WritePostField (string name, string value);
member this.WritePostField : string * string -> unit
Public Sub WritePostField (name As String, value As String)

Parametry

name
String

Nazwa pola.

value
String

Wartość pola post.

Uwagi

Przyjmuje się, type że parametr jest domyślnie ustawiony na Normalwartość .

Zobacz też

Dotyczy

WritePostField(String, String, WmlPostFieldType)

<postfield> Zapisuje element, traktując wartość określoną przez type parametr . 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).

public:
 void WritePostField(System::String ^ name, System::String ^ value, System::Web::UI::MobileControls::Adapters::WmlPostFieldType type);
public void WritePostField (string name, string value, System.Web.UI.MobileControls.Adapters.WmlPostFieldType type);
member this.WritePostField : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType -> unit
Public Sub WritePostField (name As String, value As String, type As WmlPostFieldType)

Parametry

name
String

Nazwa pola.

value
String

Wartość pola post.

Zobacz też

Dotyczy