Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created December 8, 2016 01:54
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 dcomartin/add6cb6e3e6ab67b8c70fef9964e1165 to your computer and use it in GitHub Desktop.
Save dcomartin/add6cb6e3e6ab67b8c70fef9964e1165 to your computer and use it in GitHub Desktop.
services.Configure<RazorViewEngineOptions>(options =>
{
options.ViewLocationExpanders.Add(new FeaturesViewLocator());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment