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::WriteBreak Method ()

 

Writes a <br /> markup element to the output stream.

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

public:
virtual void WriteBreak()

Use the WriteBreak method to render line breaks in custom control or adapter markup. The WriteBreak method writes a space between the br and / for improved HTML compatibility.

The following code example shows how to call the WriteBreak method to write a <br /> element to the requesting browser after the WriteEncodedText method writes the encoded &lt;custID&gt; &amp; &lt;invoice#&gt; markup.

No code example is currently available or this language may not be supported.

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