HtmlTextWriter.WriteFullBeginTag Method
.NET Framework 3.0
Writes any tab spacing and the opening tag of the specified markup element to the output stream.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The WriteFullBeginTag method automatically writes the closing angle bracket (>) of the opening tag of the element, unlike the WriteBeginTag method, which does not write the closing angle bracket. Use WriteFullBeginTag for markup elements that have no attributes.
Community Additions
ADD
Show: