Displays form 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, int addressID )
Parameters
- id
- Type: SystemInt32
ID of the requested user - addressID
- Type: SystemInt32
ID of the address to be updated
Return Value
Type: ActionResultView(Address)
See Also