Skip to content

Commit

Permalink
Remove legacy routing
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Mar 26, 2021
1 parent e336090 commit a1bab8c
Show file tree
Hide file tree
Showing 31 changed files with 20 additions and 2,029 deletions.
2 changes: 1 addition & 1 deletion src/Components/Components/src/Routing/IRouteTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Microsoft.AspNetCore.Components.Routing
{
/// <summary>
/// Provides an abstraction over <see cref="RouteTable"/> and <see cref="LegacyRouteMatching.LegacyRouteTable"/>.
/// Provides an abstraction over <see cref="RouteTable"/>.
/// This is only an internal implementation detail of <see cref="Router"/> and can be removed once
/// the legacy route matching logic is removed.
/// </summary>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a1bab8c

Please sign in to comment.