PagePorter Class Library

FpSubstitution.RenderContents Method 

Render this control to the output parameter specified.

[Visual Basic]
Overrides Protected Sub RenderContents( _
   ByVal output As HtmlTextWriter _
)
[C#]
protected override void RenderContents(
   HtmlTextWriter output
);

Parameters

output
The HTML writer to write out to.

See Also

FpSubstitution Class | Parastream.Web.UI.WebControls Namespace