Skip to content

Instantly share code, notes, and snippets.

@mikebrind
Created April 29, 2019 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikebrind/290d04629f75e5f043eb144d985c7f38 to your computer and use it in GitHub Desktop.
Save mikebrind/290d04629f75e5f043eb144d985c7f38 to your computer and use it in GitHub Desktop.
services.Configure<RouteOptions>(options =>
{
options.ConstraintMap.Add("slug", typeof(SlugParameterTransformer));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment