Displays and processes form to edit the specified auction event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult Edit( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
id of the specified event - returnUrl
- Type: SystemString
the url to redirect to when the action is completed
Return Value
Type: ActionResultSee Also