Table of Contents

Class HTMLString

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

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 string

HTML String.

Properties

Html

Gets or sets the HTML String.

public string Html { get; set; }

Property Value

string

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()

Returns

string