Compartilhar via


TextEditor.EditableText property

Obtém ou define o HTML bruto para exibir no navegador da web para o usuário editar.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Property EditableText As String
    Get
    Set
'Uso
Dim instance As TextEditor
Dim value As String

value = instance.EditableText

instance.EditableText = value
public string EditableText { get; set; }

Property value

Type: System.String

Ver também

Referência

TextEditor class

TextEditor members

Microsoft.SharePoint.Portal.WebControls namespace