WmlMobileTextWriter.WritePostField Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
< postfield >
Zapisuje element, traktując wartość określoną przez type
parametr . Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).
Przeciążenia
WritePostField(String, String) |
|
WritePostField(String, String, WmlPostFieldType) |
<
|
WritePostField(String, String)
< postfield >
Zapisuje element przy użyciu podanych parametrów. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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
Istnieje zakładany type
parametr, który domyślnie ma wartość Normal.
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 o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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.
- type
- WmlPostFieldType
Element WmlPostFieldType.