Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created October 13, 2016 01:30
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 vmussak/7b215e82212ff1007f1250f6c49442d6 to your computer and use it in GitHub Desktop.
Save vmussak/7b215e82212ff1007f1250f6c49442d6 to your computer and use it in GitHub Desktop.
Desabilitando view engines e habilitando apenas o Razor.
ViewEngines.Engines.Clear();
ViewEngines.Engines.Add(new RazorViewEngine());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment