Share via


HelperResult.ToHtmlString Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function ToHtmlString As String
'Usage
Dim instance As HelperResult 
Dim returnValue As String 

returnValue = instance.ToHtmlString()
public string ToHtmlString()
public:
virtual String^ ToHtmlString() sealed
abstract ToHtmlString : unit -> string  
override ToHtmlString : unit -> string
public final function ToHtmlString() : String

Return Value

Type: System.String

Implements

IHtmlString.ToHtmlString()

See Also

Reference

HelperResult Class

System.Web.WebPages Namespace