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::WriteFullBeginTag Method (String^)

 

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)

public:
virtual void WriteFullBeginTag(
	String^ tagName
)

Parameters

tagName
Type: System::String^

The element to write to the output stream.

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft