: CategoryNavigationWebPart.LinkTarget (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Obsolete. Gets or sets the target of the link in the navigation bar.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property LinkTarget As String
'Uso
Dim instance As CategoryNavigationWebPart
Dim value As String
value = instance.LinkTarget
instance.LinkTarget = value
public string LinkTarget { get; set; }
Valor de propiedad
A string that represents the target of the link.
Comentarios
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.
Vea también
Referencia
CategoryNavigationWebPart (Clase)
CategoryNavigationWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)