Displays form to edit the specified user
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EditUser( int id )
Parameters
- id
- Type: SystemInt32
ID of the requested user to be edited
Return Value
Type: ActionResultView(User)
See Also