: TextEditor.EditableText (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the raw HTML to display in the Web browser for the user to edit.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property EditableText As String
'Uso
Dim instance As TextEditor
Dim value As String
value = instance.EditableText
instance.EditableText = value
public string EditableText { get; set; }
Valor de propiedad
A string that represents the raw HTML to display in the Web browser for the user to edit.
Vea también
Referencia
TextEditor (Clase)
TextEditor (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)