Click or drag to resize

BikeHistoryControllerDelete Method (Int32)

Delete a bike history data item

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public ActionResult Delete(
	int pID
)

Parameters

pID
Type: SystemInt32
Bike history ID

Return Value

Type: ActionResult
View of bike history to delete
Examples
GET: BikeHistory/Delete/5
See Also