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