: HtmlMenuItem.TargetURL (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the URL of the administration page that is the target of the link of the menu item.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property TargetURL As String
'Uso
Dim instance As HtmlMenuItem
Dim value As String
value = instance.TargetURL
instance.TargetURL = value
public string TargetURL { get; set; }
Valor de propiedad
A string that represents the URL of the administration page that is the target of the link of the menu item.
Comentarios
If the Separator property is true, the Text, TargetURL, and ImageURL properties are not used.
Vea también
Referencia
HtmlMenuItem (Clase)
HtmlMenuItem (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)