menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Hyperlink - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Hyperlink

    Represents the Hyperlink class.

    Inheritance
    System.Object
    Hyperlink
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class Hyperlink : Object

    Constructors

    Hyperlink(FieldBeginAdv)

    Initializes a new instance of the Hyperlink class for the specified FieldBeginAdv.

    Declaration
    public Hyperlink(FieldBeginAdv fieldBeginAdv)
    Parameters
    Type Name Description
    FieldBeginAdv fieldBeginAdv

    The FieldBeginAdv instance.

    See Also
    FieldBeginAdv

    Properties

    LinkType

    Gets the HyperlinkType of the Hyperlink.

    Declaration
    public HyperlinkType LinkType { get; }
    Property Value
    Type Description
    HyperlinkType

    The HyperlinkType of the Hyperlink.

    See Also
    HyperlinkType

    NavigationLink

    Gets the navigation link of the Hyperlink.

    Declaration
    public string NavigationLink { get; }
    Property Value
    Type Description
    System.String

    The navigation link of the Hyperlink.

    Target

    Gets the name of the frame or window in which to load the Hyperlink.

    Declaration
    public string Target { get; }
    Property Value
    Type Description
    System.String

    This property returns frame name or anyone of the following values.

    • _blankOpens the linked document in a new window or tab.
    • _selfOpens the linked document in the same frame (this is browser default).
    • _parentOpens the linked document in the parent frame.
    • _topOpens the linked document in the full body of the window.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved