BikeController_Display Method |  |
Get HTML code for a bike data by ID
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string _Display(
int pID
)
Public Function _Display (
pID As Integer
) As String
Parameters
- pID
- Type: SystemInt32
Bike ID
Return Value
Type:
StringBike edit in HTML code
Remarks
Must be login (authenticated).
Examples
POST: Bike/_Details/5
See Also