StartPage.Write Method (HelperResult)

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

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

public override function Write(
	result : HelperResult
)

Parameters

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