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