WebPageExecutingBase::WriteTo Method (TextWriter, HelperResult)

Writes the specified HelperResult object as an HTML-encoded string to the specified text writer.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

public:
static void WriteTo(
	TextWriter^ writer, 
	HelperResult^ content
)

Parameters

writer
Type: System.IO::TextWriter
The text writer.
content
Type: System.Web.WebPages::HelperResult
The helper result to encode and write.
Show: