alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RequestNavigateEventArgs

    This event arguments provides the necessary information about requestNavigate event.

    Inheritance
    object
    RequestNavigateEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class RequestNavigateEventArgs

    Constructors

    RequestNavigateEventArgs()

    Declaration
    public RequestNavigateEventArgs()

    Properties

    IsHandled

    Specifies whether the event is handled or not.

    Declaration
    [JsonPropertyName("isHandled")]
    public bool IsHandled { get; set; }
    Property Value
    Type Description
    bool

    true, if the event is handled. Otherwise, false.

    LinkType

    Specifies the link type.

    Declaration
    [JsonPropertyName("linkType")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public HyperlinkType LinkType { get; set; }
    Property Value
    Type Description
    HyperlinkType

    A value of the HyperlinkType enumeration that specifies the type of the link.

    LocalReference

    Specifies the local reference if any.

    Declaration
    [JsonPropertyName("localReference")]
    public string LocalReference { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    NavigationLink

    Specifies the navigation link.

    Declaration
    [JsonPropertyName("navigationLink")]
    public string NavigationLink { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved