WmlMobileTextWriter.WritePostField Method (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 the www.asp.net/mobile Web site.

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

public void WritePostField(
	string name,
	string value
)

Parameters

name
Type: System.String

The field name.

value
Type: System.String

The post field value.

There is an assumed type parameter that defaults to Normal.

.NET Framework
Available since 1.1
Return to top
Show: