Example demonstrates
FullHTML property use.
By default
HTML Editor generates
HTML code for document's body content.
Here you can get the entire page HTML code with head section, stylesheets and
so on.
Click
HTML text button and you will see page's
HTML document
with
<HTML>,
<HEAD> and
<BODY> tags.
Example code
<ed:Editor id="editor" runat="server" FullHTML="true" />