HtmlControlAdapter.RenderBeginLink Method (HtmlMobileTextWriter, String)

 

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.

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

Protected Sub RenderBeginLink (
	writer As HtmlMobileTextWriter,
	target As String
)

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
Return to top
Show: