ConsoleAction.RenderBeginTag method

Overries the base RenderBeginTag() 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 RenderBeginTag ( _
    writer As HtmlTextWriter _
)
'Usage
Dim instance As ConsoleAction
Dim writer As HtmlTextWriter

instance.RenderBeginTag(writer)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void RenderBeginTag(
    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 RenderBeginTag 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

RenderBeginTag(HtmlTextWriter)

RenderEndTag(HtmlTextWriter)