targetFrame _blank MVSiteMapCOntrib
        Posted  
        
            by 
                Jonathan 
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonathan 
        
        
        
        Published on 2011-06-17T14:19:56Z
        Indexed on 
            2011/06/20
            16:22 UTC
        
        
        Read the original article
        Hit count: 619
        
Im using the MVC Contrib project to generate my menu system for an MVC site.
How does one target a blank target. I have looked at the code but cant seem to figure why mines not generating a target="_blank" tag. 
<mvcSiteMapNode title="Hello WOrld"
                controller="Home"
                action="Index"
                changeFrequency="Always"
                updatePriority="Normal"
                targetFrame="_blank">
</mvcSiteMapNode>
        © Stack Overflow or respective owner