BikeHistoryControllerGetListBikeByAddress Method |  |
Get HTML code for bike list from bike history by address
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string GetListBikeByAddress(
int pID
)
Public Function GetListBikeByAddress (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Address ID
Return Value
Type:
StringBike list in HTML code
Remarks
Must be login (authenticated).
Use view /BikeHistory/_ListBike.cshtml
Examples
POST: BikeHistory/GetListBikeByAddress/5
See Also