Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Directs content to an HtmlTextWriter output stream.
Syntax
Visual Basic Overrides Protected Sub
Render( ByVal oWriter As HtmlTextWriter )C# protected override void
Render(HtmlTextWriter oWriter );Managed C++ protected: void
Render(HtmlTextWriter oWriter );JScript protected override function
Render(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that receives the content.
Return Value
No return value.
Applies To
BaseRichControl
See Also