ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNode Class / Target Property

In This Topic
    Target Property (C1SiteMapNode)
    In This Topic
    Gets or sets the target to show the content specified by NavigateUrl. Values can be: _blank, _parent, _search, _self, _top.
    Syntax
    'Declaration
     
    Public Property Target As System.String
    public System.string Target {get; set;}
    See Also