WmlControlAdapter.RenderEndLink Method (WmlMobileTextWriter, String, Boolean)
.NET Framework (current version)
Renders the end 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)
Protected Sub RenderEndLink ( writer As WmlMobileTextWriter, targetUrl As String, breakAfter As Boolean )
Parameters
- writer
-
Type:
System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter
The text writer.
- targetUrl
-
Type:
System.String
Specified target URL.
- breakAfter
-
Type:
System.Boolean
Set to true if a break is required after the link.
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: