HtmlControlAdapter.RenderPostBackEventAsAttribute Method (HtmlMobileTextWriter, String, String)
.NET Framework (current version)
Renders a postback event as an attribute. 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)
member RenderPostBackEventAsAttribute : writer:HtmlMobileTextWriter * attributeName:string * argument:string -> unit
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
The text writer.
- attributeName
-
Type:
System.String
The attribute name.
- argument
-
Type:
System.String
The rendering parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: