Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Returns an HTML-encoded string that represents the current object.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Function ToHtmlString As String
public string ToHtmlString()
public:
String^ ToHtmlString()
Return Value
Type: System.String
An HTML-encoded string that represents the current object.
Remarks
The ToHtmlString and ToString methods return the same value.