WmlMobileTextWriter.WritePostFieldVariable Method (String, String)
.NET Framework (current version)
Writes a post field, treating the arg parameter as a variable name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- name
-
Type:
System.String
The field name.
- arg
-
Type:
System.String
The variable name to write.
You can use the short form as follows: WritePostField(name, value, WmlPostFieldType.Normal).
.NET Framework
Available since 1.1
Available since 1.1
Show: