Click or drag to resize

BikeControllerCreate Method (FormCollection)

Creating the bike from form data

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public ActionResult Create(
	FormCollection pCollection
)

Parameters

pCollection
Type: FormCollection
Web form data

Return Value

Type: ActionResult
Redirection to URL referrer
Remarks
Form button "Speichern" to save data and go to URL referrer.

Redirect to GoToURLReferrer

Examples
POST: Bike/Create
See Also