HtmlMenuItem.TargetURL, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the URL of the administration page that is the target of the link of the menu item.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property TargetURL As String
'Utilisation
Dim instance As HtmlMenuItem
Dim value As String
value = instance.TargetURL
instance.TargetURL = value
public string TargetURL { get; set; }
Valeur de la propriété
A string that represents the URL of the administration page that is the target of the link of the menu item.
Remarques
If the Separator property is true, the Text, TargetURL, and ImageURL properties are not used.
Voir aussi
Référence
HtmlMenuItem, classe
Membres HtmlMenuItem
Microsoft.SharePoint.Portal.WebControls, espace de noms