FileUploaderRender Method |
Provides additional rendering support including hiding/showing the various upload mechanism
buttons per the controls settings, watermarks, and image visibility.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override void Render(
HtmlTextWriter writer
)
Protected Overrides Sub Render (
writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
The HTML writer.
See Also