Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinkTarget - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinkTarget

    Enum LinkTarget for hyperlink navigation

    Inheritance
    System.Object
    LinkTarget
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LinkTarget : Enum

    Fields

    CurrentTab

    Represents the hyperlink navigation with CurrentTab.

    Declaration
    public const LinkTarget CurrentTab
    Field Value
    Type Description
    LinkTarget

    NewTab

    Represents the hyperlink navigation with NewTab.

    Declaration
    public const LinkTarget NewTab
    Field Value
    Type Description
    LinkTarget

    NewWindow

    Represents the hyperlink navigation with NewWindow.

    Declaration
    public const LinkTarget NewWindow
    Field Value
    Type Description
    LinkTarget

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved