MVC.ApiExplorer 是一个便携的、独立的组件可帮你查看一个 ASP.NET MVC 控制器的所有方法。
使用方法:
@{Html.RenderAction("Explore", "ActionExplore", new { controllerType = typeof(MVC.ApiExplorer.Demo.Controllers.HomeController) });}