Skip to content

Commit

Permalink
Remove the obsolete UseTypedRouting method
Browse files Browse the repository at this point in the history
Remove the obsolete UseTypedRouting method. Issue ivaylokenov#22
  • Loading branch information
mii9000 authored and wagich committed Mar 10, 2017
1 parent ddc8ff4 commit 63a694e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/AspNet.Mvc.TypedRouting/RouteBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,5 @@

public static class RouteBuilderExtensions
{
/// <summary>
/// Allows using typed expression based link generation in ASP.NET Core MVC application.
/// </summary>
[Obsolete("UseTypedRouting is no longer needed and will be removed in the next version. Call 'AddMvc().AddTypedRouting()' instead.")]
public static IRouteBuilder UseTypedRouting(this IRouteBuilder routeBuilder)
{
return routeBuilder;
}
}
}

0 comments on commit 63a694e

Please sign in to comment.