Mid ASP.NET Core

Supporting multiple view engines / customizing them?

  • ASP.NET Core supports Razor by default.
  • You can add support for custom view engines by implementing

IViewEngine.

More from ASP.NET Core Tutorial

All questions for this course