Class HTMLString
Class used to represent any type of HTML String.
public class HTMLString : UIObject
- Inheritance
-
HTMLString
- Inherited Members
Constructors
HTMLString()
Initializes a new instance of HTMLString.
public HTMLString()
HTMLString(string)
Initializes a new instance of HTMLString.
public HTMLString(string html)
Parameters
html
stringHTML String.
Properties
Html
Gets or sets the HTML String.
public string Html { get; set; }
Property Value
Methods
HtmlBody()
Returns the HTML for the body of the page.
protected override string HtmlBody()
Returns
- string
HTML String.
ToHtml()
Returns the HTML String.
public override string ToHtml()