One of the nice feature of the .NetCore framework is its pluggability. This means you can completely replace the default view engine(s) with a custom one.
One of the reason for using a custom view engine is to change the default views location and sometimes you need to change the views location ...

