WmlMobileTextWriter.WritePostFieldVariable Method (String, String)

 

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.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public void WritePostFieldVariable(
	string name,
	string arg
)

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
Return to top
Show: