@Html.Action("_AnnouncementItem", "Channel", new { displayArea = Announcement_DisplayArea.Home })
如下报错:
No route in the route table matches the supplied values.
您好,您的原因可能是缺少对应的action或者 action缺少参数导致的,您可以查找一下 这个action,看看是否如图所示。