Processes request to update the specified address
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EditAddress( int id )
Parameters
- id
- Type: SystemInt32
ID of the requested user
Return Value
Type: ActionResultRedirect to address management view on success or View(Address) if there are errors
See Also