Skip to content

Commit bf6041b

Browse files
committed
Limit public API.
1 parent 3cdd10f commit bf6041b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Components/Components/src/NavigationManager.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,7 @@ public virtual void Refresh(bool forceReload = false)
201201
/// </summary>
202202
public virtual void NotFound() => NotFoundCore();
203203

204-
/// <summary>
205-
/// Handles setting the NotFound state.
206-
/// </summary>
207-
protected virtual void NotFoundCore()
204+
private void NotFoundCore()
208205
{
209206
_notFound?.Invoke(this, new EventArgs());
210207
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#nullable enable
22
Microsoft.AspNetCore.Components.NavigationManager.NotFoundEvent -> System.EventHandler<System.EventArgs!>!
33
virtual Microsoft.AspNetCore.Components.NavigationManager.NotFound() -> void
4-
virtual Microsoft.AspNetCore.Components.NavigationManager.NotFoundCore() -> void

0 commit comments

Comments
 (0)