WebPageBase::Write Method (HelperResult)

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

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

public:
virtual void Write(
	HelperResult^ result
) override

Parameters

result
Type: System.Web.WebPages::HelperResult
The helper result to encode and write.
Show: