Table of Contents

Class Hyperlink

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

Class to represent one HTML Link.

public class Hyperlink : UIObject
Inheritance
Hyperlink
Derived
Inherited Members

Constructors

Initializes a new instance of Hyperlink.

public Hyperlink(string caption, string url)

Parameters

caption string

Hyperlink Caption.

url string

Hyperlink URL.

Properties

Gets or sets the Hyperlink Caption.

public string Caption { get; set; }

Property Value

string

Gets or sets the Hyperlink URL.

public string URL { get; set; }

Property Value

string

Methods

Returns the Hyperlink Body.

protected override string HtmlBody()

Returns

string

Hyperlink Body as string.