Html32TextWriter.RenderBeginTag Method (HtmlTextWriterTag)

 

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

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

override RenderBeginTag : 
        tagKey:HtmlTextWriterTag -> unit

Parameters

tagKey
Type: System.Web.UI.HtmlTextWriterTag

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

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.

.NET Framework
Available since 1.1
Return to top
Show: