Click or drag to resize

BikeHistoryControllerGetListAddressByBike Method

Get HTML code for address list from bike history by bike

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

Parameters

pID
Type: SystemInt32
Bike ID

Return Value

Type: String
Address list in HTML code
Remarks
Must be login (authenticated).

Use view /BikeHistory/_ListAddress.cshtml

Examples
POST: BikeHistory/GetListAddressByBike/5
See Also