CategoryNavigationWebPart.LinkTarget, propriété (Microsoft.SharePoint.Portal.WebControls)
Obsolete. Gets or sets the target of the link in the navigation bar.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property LinkTarget As String
'Utilisation
Dim instance As CategoryNavigationWebPart
Dim value As String
value = instance.LinkTarget
instance.LinkTarget = value
public string LinkTarget { get; set; }
Valeur de la propriété
A string that represents the target of the link.
Remarques
The LinkTarget property supports only the following string values:
_blank. Loads the linked document into a new blank window. This window is not named.
_media. Loads the linked document into the HTML content area of the Media Bar. Available in Internet Explorer 6 or later.
_parent. Loads the linked document into the parent of the document that contains the link.
_search. Loads the linked document into the browser search pane. Available in Internet Explorer 5 or later.
_self. Loads the linked document into the window in which the link was clicked (the active window). This is the default.
_top. Loads the linked document into the topmost window.
Voir aussi
Référence
CategoryNavigationWebPart, classe
Membres CategoryNavigationWebPart
Microsoft.SharePoint.Portal.WebControls, espace de noms