Click or drag to resize

BikeControllerGetList Method

Get HTML code for a bike list by search parameter

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public string GetList(
	Search pSearch
)

Parameters

pSearch
Type: Velo.Web.ModelsSearch
Search parameter field and value

Return Value

Type: String
Bike list in HTML code
Remarks
Must be login (authenticated). Use Bike/Index see partial view _ListHeader and _List
Examples
POST: Bike/GetList/{Field, Value}
See Also