Skip to content

Commit a1bab8c

Browse files
committed
Remove legacy routing
1 parent e336090 commit a1bab8c

File tree

31 files changed

+20
-2029
lines changed

31 files changed

+20
-2029
lines changed

src/Components/Components/src/Routing/IRouteTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace Microsoft.AspNetCore.Components.Routing
55
{
66
/// <summary>
7-
/// Provides an abstraction over <see cref="RouteTable"/> and <see cref="LegacyRouteMatching.LegacyRouteTable"/>.
7+
/// Provides an abstraction over <see cref="RouteTable"/>.
88
/// This is only an internal implementation detail of <see cref="Router"/> and can be removed once
99
/// the legacy route matching logic is removed.
1010
/// </summary>

src/Components/Components/src/Routing/LegacyRouteMatching/LegacyOptionalTypeRouteConstraint.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/Components/Components/src/Routing/LegacyRouteMatching/LegacyRouteConstraint.cs

Lines changed: 0 additions & 113 deletions
This file was deleted.

src/Components/Components/src/Routing/LegacyRouteMatching/LegacyRouteEntry.cs

Lines changed: 0 additions & 147 deletions
This file was deleted.

src/Components/Components/src/Routing/LegacyRouteMatching/LegacyRouteTable.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)