1 instantiation of NavLink
Microsoft.AspNetCore.Components.Web.Tests (1)
Routing\NavLinkTest.cs (1)
55
var component = new
NavLink
{ NavigationManager = navigationManager };
11 references to NavLink
BlazorUnitedApp (5)
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared\NavMenu_razor.g.cs (5)
138
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Routing.
NavLink
>(24);
141
__builder.AddComponentParameter(27, nameof(global::Microsoft.AspNetCore.Components.Routing.
NavLink
.
168
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Routing.
NavLink
>(34);
181
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Routing.
NavLink
>(43);
194
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Routing.
NavLink
>(52);
Microsoft.AspNetCore.Components.Web (3)
Routing\NavLinkMatch.cs (3)
7
/// Modifies the URL matching behavior for a <see cref="
NavLink
"/>.
12
/// Specifies that the <see cref="
NavLink
"/> should be active when it matches any prefix
18
/// Specifies that the <see cref="
NavLink
"/> should be active when it matches the entire
Microsoft.AspNetCore.Components.Web.Tests (3)
Routing\NavLinkTest.cs (3)
55
var
component = new NavLink { NavigationManager = navigationManager };
60
[nameof(
NavLink
.RelativeToCurrentUri)] = relativeToCurrentUri,
61
[nameof(
NavLink
.AdditionalAttributes)] = new Dictionary<string, object> { ["href"] = href }