| ScriptReferencerRender Method  | 
 
            Renders the control (which is just the set of script references).
            
 
    Namespace: 
   NetQuarry.WebControls
    Assembly:
   EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxprotected override void Render(
	HtmlTextWriter writer
)
Protected Overrides Sub Render ( 
	writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
 The text writer.
 See Also
See Also