displays form and processes request to edit the specified consignor
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EditConsignor( int id, int? UpdateStatementAddress, string returnUrl )
Parameters
- id
- Type: SystemInt32
the id of the specified consignor - UpdateStatementAddress
- Type: SystemNullableInt32
optional int value of statement to update with updated address, upon success - returnUrl
- Type: SystemString
the url to redierect to upon success
Return Value
Type: ActionResultSee Also