Views目录下是需要做route的。例如Views目录下的cshtml也不能直接访问。
之所以Views目录不能访问是因为VIews目录下面的web.config定义了:
<add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>