Created
December 8, 2016 01:54
-
-
Save dcomartin/add6cb6e3e6ab67b8c70fef9964e1165 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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