Skip to content

Commit eecf253

Browse files
committed
Fix: Missing XML comment for publicly visible type or member.
1 parent 5a6caeb commit eecf253

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Components/Web/src/Routing/NavLink.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ private void OnLocationChanged(object? sender, LocationChangedEventArgs args)
106106
}
107107
}
108108

109+
/// <summary>
110+
/// Determines whether the current URI should match the link.
111+
/// </summary>
112+
/// <param name="currentUriAbsolute">The absolute URI of the current location.</param>
113+
/// <returns>True if the link should be highlighted as active; otherwise, false.</returns>
109114
protected virtual bool ShouldMatch(string currentUriAbsolute)
110115
{
111116
if (_hrefAbsolute == null)

0 commit comments

Comments
 (0)