Click or drag to resize

BikeHistoryController_Edit Method

Get HTML code for a bike history data by ID

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public string _Edit(
	BikeHistory pBikeHistory
)

Parameters

pBikeHistory
Type: Velo.Web.ModelsBikeHistory
Bike History edit parameter. ID or 0 for a new data item. Bike and address changeable.

Return Value

Type: String
Bike history edit in HTML code
Remarks
Must be login (authenticated).

If a new bike history entry then property value of DatePurchase is date now.

Examples
POST: BikeHistory/_Edit/{web models BikeHistory parameter}
See Also