Class Hyperlink

[Obsolete("This class is obsolete; use GridHyperlink instead")]
public class Hyperlink

Properties

NameDescription
virtual ActionType { get; set; }Gets or sets the hyperlink’s action type. It may be ActionTpye.UrlLink or ActionType.CellCommand. The UrlLink Type means that the hyperlink is a link to a web page or a mail receipt. For example: “http://www.aspose.com” or “mailto:admin@aspose.com”. The CellCommand Type means that the hyperlink will fire a CellCommand event, and you may handle this event.
Area { get; }Gets the range of hyperlink.
CellCommand { get; set; }Gets or sets the Cell Command name.
virtual DiscardInput { get; set; }Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. Could be used as an “undo” action.
virtual ImageUrl { get; set; }Gets or sets the hyperlink’s image url. If sets to null or empty string, the hyperlink will only display it’s text.
Target { get; set; }
virtual Text { get; set; }Gets or sets the displayed text of the hyperlink.
virtual ToolTip { get; set; }Gets or sets the tooltip of the hyperlink.
virtual Url { get; set; }Gets or sets the URL string.

See Also