NavLink.Match Property

Definition

Gets or sets a value representing the URL matching behavior.

public:
 property Microsoft::AspNetCore::Components::Routing::NavLinkMatch Match { Microsoft::AspNetCore::Components::Routing::NavLinkMatch get(); void set(Microsoft::AspNetCore::Components::Routing::NavLinkMatch value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.Routing.NavLinkMatch Match { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Match : Microsoft.AspNetCore.Components.Routing.NavLinkMatch with get, set
Public Property Match As NavLinkMatch

Property Value

Attributes

Applies to