Renders the specified content back to the browser

Namespace: Castle.MonoRail.Framework
Assembly:  Castle.MonoRail.Framework (in Castle.MonoRail.Framework.dll)
Version: 1.0.3.0

Syntax

C#
protected void RenderText(
	string content
)

Parameters

content
String
The content to render.

See Also