NavLink.Match Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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