System.Web.UI.Adapters.PageAdapter.RenderEndHyperlink Method

Renders a closing hyperlink tag to the response stream.

Syntax

public virtual void RenderEndHyperlink (System.Web.UI.HtmlTextWriter w)

Parameters

w
Documentation for this section has not yet been entered.

Remarks

The PageAdapter.RenderEndHyperlink(System.Web.UI.HtmlTextWriter) method writes a closing hyperlink tag. When the text writer is an System.Web.UI.HtmlTextWriter object, this tag has the following format:

</a>

Requirements

Namespace: System.Web.UI.Adapters
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0