Hi,
Is it (or would it be) possible to be able to only provide a model and deduce the view path from that? I'm thinking something akin to doing return View() in ASP.NET Core MVC and the framework looking for the view based on the controller method name instead of a hardcoded path.