Writes the error message inside an <span class=\"errormessage\"> tag

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected override void Render(
	HtmlTextWriter output
)

Parameters

output
Type: System.Web.UI..::.HtmlTextWriter
The output.

See Also