XhtmlControlAdapter::RenderPostBackEventAsAnchor Method

 

Renders a postback event as a link on the page. 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.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_protmethodRenderPostBackEventAsAnchor(XhtmlMobileTextWriter^, String^, String^)

Renders a postback event as a link with the specified argument and text. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_protmethodRenderPostBackEventAsAnchor(XhtmlMobileTextWriter^, String^, String^, String^)

Renders a postback event as a link with the specified argument, text, and access key. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_protmethodRenderPostBackEventAsAnchor(XhtmlMobileTextWriter^, String^, String^, String^, Style^, String^)

Renders a postback event as a link with the specified argument, text, and access key, as well as the specified styles or the specified cascading style sheet class name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Return to top
Show: