WmlMobileTextWriter.WritePostField Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a < postfield >
element, treating the value as specified by the type
parameter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
Overloads
WritePostField(String, String) |
Writes a |
WritePostField(String, String, WmlPostFieldType) |
Writes a < |
WritePostField(String, String)
Writes a < postfield >
element, using the provided parameters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & 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)
Parameters
- name
- String
The field name.
- value
- String
The post field value.
Remarks
There is an assumed type
parameter that defaults to Normal.
See also
Applies to
WritePostField(String, String, WmlPostFieldType)
Writes a < postfield
> element, treating the value as specified by the type
parameter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & 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)
Parameters
- name
- String
The field name.
- value
- String
The post field value.
- type
- WmlPostFieldType
The WmlPostFieldType.