RenderLink Method (ObjectRenderer Object)

The RenderLink method renders an HTML link to a specified object.

Syntax

strHTML = objObjectRend.RenderLink( [varResponseObject] )

strHTML
On successful return, contains a string with the HTML hypertext representing the link. However, if the varResponseObject parameter is supplied, RenderLink returns a value of Empty.
objObjectRend
Required. The ObjectRenderer object.
varResponseObject
Optional. Object. An Active Server response object used to accumulate HTML output to send to the browser. This parameter is used primarily in ASP applications. If varResponseObject is not supplied, the output is written to strHTML.

Remarks

The RenderLink method renders a link to the object currently specified in the DataSource property. The rendering information is supplied in the LinkPattern property.