File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/Components/Components/src Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11#nullable enable
22Microsoft.AspNetCore.Components.NavigationManager.NotFoundEvent -> System.EventHandler<System.EventArgs!>!
33virtual Microsoft.AspNetCore.Components.NavigationManager.NotFound() -> void
4- virtual Microsoft.AspNetCore.Components.NavigationManager.NotFoundCore() -> void
You can’t perform that action at this time.
0 commit comments