Html32TextWriter.RenderBeginTag Method (HtmlTextWriterTag)
.NET Framework (current version)
Writes the opening tag of the specified element to the HTML 3.2 output stream.
Assembly: System.Web (in System.Web.dll)
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
Available since 1.1
Show: