PageAdapter::RenderBeginHyperlink Method

 

Renders an opening hyperlink tag to the response stream.

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

NameDescription
System_CAPS_pubmethodRenderBeginHyperlink(HtmlTextWriter^, String^, Boolean, String^)

Renders an opening hyperlink tag that includes the target URL to the response stream.

System_CAPS_pubmethodRenderBeginHyperlink(HtmlTextWriter^, String^, Boolean, String^, String^)

Renders an opening hyperlink tag that includes the target URL and an access key to the response stream.

Return to top
Show: