BikeHistoryControllerEdit Method (Int32, FormCollection) |  |
Save a bike history that has been edited.
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic ActionResult Edit(
int pID,
FormCollection pCollection
)
Public Function Edit (
pID As Integer,
pCollection As FormCollection
) As ActionResult
Parameters
- pID
- Type: SystemInt32
Bike history ID - pCollection
- Type: FormCollection
Form data to save
Return Value
Type:
ActionResultRedirection to list (view Index of bike history)
See Also