SPLinkButton.RenderContents method

Renders the Link Button control on the page.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub RenderContents ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.RenderContents(output)
protected override void RenderContents(
    HtmlTextWriter output
)

Parameters

  • output
    Type: System.Web.UI.HtmlTextWriter

    An HtmlTextWriter object that represents the output stream that is used to render HTML content on the client.

See also

Reference

SPLinkButton class

SPLinkButton members

Microsoft.SharePoint.WebControls namespace