| FilterWidgetTextRender Method  | 
 
            Generate the HTML for the widget.
            
 
    Namespace: 
   NetQuarry.Data.WebMappers
    Assembly:
   EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxprotected 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 HTML for the widget.
 See Also
See Also