Click or drag to resize

BikeControllerDelete Method (Int32)

Delete a bike

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 ID

Return Value

Type: ActionResult
View of bike to delete
Remarks
Examples
GET: Bike/Delete/5
See Also