BikeHistoryController_Create Method |  |
Get HTML code for a new bike history data by address ID and bike ID
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic string _Create(
BikeHistory pBikeHistory
)
Public Function _Create (
pBikeHistory As BikeHistory
) As String
Parameters
- pBikeHistory
- Type: Velo.Web.ModelsBikeHistory
Address ID and Bike ID
Return Value
Type:
StringBike history edit in HTML code
Remarks
Must be login (authenticated).
Examples
POST: BikeHistory/_Create/{web models BikeHistory parameter}
See Also