To be able to change the view location, you need to implement the IViewLocationExpander. The ExpandViewLocations method returns an IEnumerable<string> containing the different locations where to search, with
public class MyViewLocationExpander : IViewLocationExpander
{
public IEnumerabl...