WmlControlAdapter.RenderEndLink(WmlMobileTextWriter, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the end tag of a link. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
void RenderEndLink(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer, System::String ^ targetUrl, bool breakAfter);
protected void RenderEndLink (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer, string targetUrl, bool breakAfter);
member this.RenderEndLink : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter * string * bool -> unit
Protected Sub RenderEndLink (writer As WmlMobileTextWriter, targetUrl As String, breakAfter As Boolean)
Parameters
- writer
- WmlMobileTextWriter
The text writer.
- targetUrl
- String
Specified target URL.
- breakAfter
- Boolean
Set to true
if a break is required after the link.
Remarks
The specified target can refer to another URL or to a form on the same page.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.