Click or drag to resize

FilterWidgetTimeOnlyRender Method

Render the control's HTML.

Namespace:  NetQuarry
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override string Render(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: String
The control's HTML.
See Also