Click or drag to resize

MapperKernelCreateBndLkup Method

Creates a new control implementing the IBndLkup interface. Currently the determination of which control to use is based on whether or not the application is Bootstrap based.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected IBndLkup CreateBndLkup(
	InputTagTypes inputType = InputTagTypes.Text
)

Parameters

inputType (Optional)
Type: NetQuarryInputTagTypes
The type of INPUT-derived type to use, usually one of the type-specific HTML5 classes.

Return Value

Type: IBndLkup
A new instance of a control implementing the IBndLkup interface.
See Also