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)

abstract Write : 
        result:HelperResult -> unit  
override Write : 
        result:HelperResult -> unit

Parameters

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