Click or drag to resize
RMPUserControllerDetails Method
Detailses the specified identifier.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Details(
	int id
)

Parameters

id
Type: SystemInt32
The identifier.

Return Value

Type: ActionResult
ActionResult.
See Also