Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlTextWriter::RenderBeginTag Method

 

Writes the opening tag of a markup element to the output stream.

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

NameDescription
System_CAPS_pubmethodRenderBeginTag(HtmlTextWriterTag)

Writes the opening tag of the markup element associated with the specified HtmlTextWriterTag enumeration value to the output stream.

System_CAPS_pubmethodRenderBeginTag(String^)

Writes the opening tag of the specified markup element to the output stream.

Return to top
Show:
© 2017 Microsoft