HomeController.GetControllerDocumentation Method
- Namespace:
- Weavy.Web.Areas.Docs.Controllers
- Assembly:
- Weavy.Web.dll
GetControllerDocumentation(string)
Lists the available action methods for the specified api controller.
public ActionResult GetControllerDocumentation(string controllerId)
Parameters
- controller
Id - string
The controller id
Returns
System.Web.Mvc.ActionResult