Class Hyperlink
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Hyperlink : EJTagHelper, IJsonSerializable
Constructors
Hyperlink()
Declaration
public Hyperlink()
Properties
CellAddr
Gets or sets cell address for hyperlink.
Declaration
[JsonProperty("cellAddr")]
public string CellAddr { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cell address. |
WebAddr
Gets or sets web address for hyperlink.
Declaration
[JsonProperty("webAddr")]
public string WebAddr { get; set; }
Property Value
Type | Description |
---|---|
System.String | The web address. |
Methods
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |