Click or drag to resize

UserRoleControllerIndexByUser Method

Redirect to Role view IndexByUser

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
public ActionResult IndexByUser(
	int id
)

Parameters

id
Type: SystemInt32
User ID

Return Value

Type: ActionResult
View of role by user
See Also