: TextEditor.Validate (Método) (Microsoft.SharePoint.Portal.WebControls)
Ensures that the size of the text does not exceed the maximum size limit of 50,000 HTML characters. The Validate method removes all script from the text before validating the size.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Overridable Sub Validate
'Uso
Dim instance As TextEditor
instance.Validate
public virtual void Validate ()
Comentarios
The Validate method sets the IsValid property.
Vea también
Referencia
TextEditor (Clase)
TextEditor (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)