-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConfigureRouting Service is missing in RC2 #1459
Comments
You can use services.Configure<RouteOptions>(options =>
{
options.AppendTrailingSlash = true;
options.LowercaseUrls = true;
}); |
@Muchiachio nice.. big thanks |
In addition all of the various |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Teams,
is ConfigureRouting service missing / deprecate in RC2?
I can't find any doc about this change.
I need to use AppendTrailingSlash option and LowercaseUrls option.
it's available in RC1 #
The text was updated successfully, but these errors were encountered: