Click or drag to resize
VehicleControllerCreate Method (Vehicle)
Creates the specified row.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Create(
	Vehicle row
)

Parameters

row
Type: Vehicle
The row.

Return Value

Type: ActionResult
ActionResult.
See Also