Displays form to edit lot
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EditLot( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the requested lot to be edited - returnUrl
- Type: SystemString
the optional url to redirect to upon success
Return Value
Type: ActionResult(auth. success) View(Lot) (auth. failure) Redirect to /Listing/Detail/[id]
See Also