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)
Syntaxpublic string GetListAddressByBike(
int pID
)
Public Function GetListAddressByBike (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Bike ID
Return Value
Type:
StringAddress list in HTML code
Remarks
Must be login (authenticated).
Use view /BikeHistory/_ListAddress.cshtml
Examples
POST: BikeHistory/GetListAddressByBike/5
See Also