HyperLink::RenderContents Method (HtmlTextWriter^)
.NET Framework (current version)
Displays the HyperLink control on a page.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The output stream to render on the client.
The following code example demonstrates how to override the RenderContents method in a custom server control so that some text is appended to the HyperLink control.
.NET Framework
Available since 1.1
Available since 1.1
Show: