: HtmlMenuButton.DisplayHtml (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the actual HTML that is displayed.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property DisplayHtml As String
'Uso
Dim instance As HtmlMenuButton
Dim value As String
value = instance.DisplayHtml
instance.DisplayHtml = value
public string DisplayHtml { get; set; }
Valor de propiedad
A string that represents the actual HTML that is displayed.
Comentarios
The DisplayHtml property overrides the ClickThruURL property.
Vea también
Referencia
HtmlMenuButton (Clase)
HtmlMenuButton (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)