NavLinkMatch Enum

Definition

Modifies the URL matching behavior for a NavLink.

public enum class NavLinkMatch
public enum NavLinkMatch
type NavLinkMatch = 
Public Enum NavLinkMatch
Inheritance
NavLinkMatch

Fields

All 1

Specifies that the NavLink should be active when it matches the entire current URL.

Prefix 0

Specifies that the NavLink should be active when it matches any prefix of the current URL.

Applies to