Skip to content

Commit ccd984d

Browse files
Update routing.md (#17661)
1 parent 48f918d commit ccd984d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/mvc/controllers/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ The following example uses attribute routing:
677677

678678
The `Source` action in the preceding code generates `custom/url/to/destination`.
679679

680-
<xref:Microsoft.AspNetCore.Routing.LinkGenerator> was added in ASP.NET Core 3.0 as an alternative to `IUrlHelper`. `LinkGenerator` offers similar but more flexible functionality. Each other the methods on `IUrlHelper` has a corresponding family of methods on `LinkGenerator` as well.
680+
<xref:Microsoft.AspNetCore.Routing.LinkGenerator> was added in ASP.NET Core 3.0 as an alternative to `IUrlHelper`. `LinkGenerator` offers similar but more flexible functionality. Each method on `IUrlHelper` has a corresponding family of methods on `LinkGenerator` as well.
681681

682682
### Generating URLs by action name
683683

0 commit comments

Comments
 (0)