Link
Description
A hyperlink component (anchor element) with optional underline control, icons and target configuration. Wraps either a string or any IComponent as the link's content; supports opening in a new window, configuring window features and toggling the underline.
Usage
API reference
public class Link : IComponent, ITextFormatingA hyperlink component (anchor element) with optional underline control, icons and target configuration.
Constructors
Properties
public string Target { get ; set ; }Gets or sets the link target of the component.
public TextWeight Weight { get ; set ; }Gets or sets the font weight of the component.
Methods
public Link AsWindow(string features = null)Returns the component's state as a(n) window.