Open
Description
How do I tell this formatter which view to use? Naming conventions don't work because it looks for "List`1.cshtml".
I can't really annotate IEnumerable with ViewAttribute.
And I can't use ViewResult since I rely on content negotiation to return proper media type.
I would suggest a per Action attribute. Or introduce smarter naming convention.