C1.Web.Mvc Namespace / InputBase Class / ToHtmlString Method

In This Topic
ToHtmlString Method (InputBase)
In This Topic
Returns an HTML-encoded string.
Syntax
'Declaration
 
Public Overridable Function ToHtmlString() As String
 

Return Value

An HTML-encoded string.
See Also