RolesController.GetByName Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
GetByName(string)
Display the list of people in a role.
public ActionResult GetByName(string name)
Parameters
- name
- string
Name of the role.
Returns
System.Web.Mvc.ActionResult