ConsoleAction.RenderEndTag method

Overrides the base RenderEndTag method.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub RenderEndTag ( _
    writer As HtmlTextWriter _
)
'Usage
Dim instance As ConsoleAction
Dim writer As HtmlTextWriter

instance.RenderEndTag(writer)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RenderEndTag(
    HtmlTextWriter writer
)

Parameters

  • writer
    Type: System.Web.UI.HtmlTextWriter

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

Remarks

This is the base RenderEndTag method for the ConsoleAction object. It is for internal use only and is not meant to be called directly for your code. It is called by the ASP.NET framework.

See also

Reference

ConsoleAction class

ConsoleAction members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace

RenderEndTag(HtmlTextWriter)

RenderBeginTag(HtmlTextWriter)