MindFusion.UI for WebForms Programmer's Guide

Rating.RenderContents Method

See Also
 





WebControl.RenderContents override.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

protected override void RenderContents (
    HtmlTextWriter writer
)

Visual Basic  Copy Code

Protected Overrides Sub RenderContents( _
    writer As HtmlTextWriter _
)

 Parameters

writer

Type: HtmlTextWriter
The System.Web.UI.HtmlTextWriter object that represents the output stream to render HTML content on the client..

 See Also