NavLinkMatch Enum
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.
Modifies the URL matching behavior for a NavLink.
public enum class NavLinkMatch
public enum NavLinkMatch
type NavLinkMatch =
Public Enum NavLinkMatch
- Inheritance
-
NavLinkMatch
Fields
Name | Value | Description |
---|---|---|
Prefix | 0 | Specifies that the NavLink should be active when it matches any prefix of the current URL. |
All | 1 | Specifies that the NavLink should be active when it matches the entire current URL. |