HtmlControlAdapter.RenderBeginLink Method (HtmlMobileTextWriter, String)
.NET Framework (current version)
Renders the opening tag of a link. 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
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter
The text writer.
- target
-
Type:
System.String
The specified target (form or URL).
This method automatically checks for the type of link and renders the appropriate markup language. The specified target can refer to another URL or to a form on the same page.
.NET Framework
Available since 1.1
Available since 1.1
Show: