FilterWidgetDateRender 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
)
Protected Overrides Function Render (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
StringThe control's HTML.
See Also