Html32TextWriter.RenderBeginTag(HtmlTextWriterTag) Method

Definition

Writes the opening tag of the specified element to the HTML 3.2 output stream.

public:
 override void RenderBeginTag(System::Web::UI::HtmlTextWriterTag tagKey);
public override void RenderBeginTag (System.Web.UI.HtmlTextWriterTag tagKey);
override this.RenderBeginTag : System.Web.UI.HtmlTextWriterTag -> unit
Public Overrides Sub RenderBeginTag (tagKey As HtmlTextWriterTag)

Parameters

tagKey
HtmlTextWriterTag

The HtmlTextWriterTag enumeration value that indicates which HTML element to write.

Remarks

If a div element is specified and the ShouldPerformDivTableSubstitution property value is true, the RenderBeginTag method performs basic table element formatting to present the content that is contained in the div element.

Applies to