Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <mvcSiteMapNode title="View" controller="Controller1" action="View" preservedRouteParameters="id">
  2. <mvcSiteMapNode title="Edit" controller="Controller1" action="Edit" preservedRouteParameters="id"/>
  3. <mvcSiteMapNode title="Edit" controller="Controller1" action="Save" preservedRouteParameters="id"/>
  4. <mvcSiteMapNode title="Selector" controller="Selector" action="Index"/>
  5. </mvcSiteMapNode>
  6. </mvcSiteMapNode>
  7.  
  8. <mvcSiteMapNode title="Title2" controller="Controller2" action="Index">
  9. <mvcSiteMapNode title="View" controller="Controller2" action="View" preservedRouteParameters="id">
  10. <mvcSiteMapNode title="Edit" controller="Controller2" action="Edit" preservedRouteParameters="id"/>
  11. <mvcSiteMapNode title="Edit" controller="Controller2" action="Save" preservedRouteParameters="id"/>
  12. <mvcSiteMapNode title="Selector" controller="Selector" action="Index"/>
  13. </mvcSiteMapNode>
  14. </mvcSiteMapNode>
  15.  
  16. <mvcSiteMapNode title="Title3" controller="Controller3" action="Index">
  17. <mvcSiteMapNode title="View" controller="Controller3" action="View" preservedRouteParameters="id">
  18. <mvcSiteMapNode title="Edit" controller="Controller3" action="Edit" preservedRouteParameters="id"/>
  19. <mvcSiteMapNode title="Edit" controller="Controller3" action="Save" preservedRouteParameters="id"/>
  20. <mvcSiteMapNode title="Selector" controller="Selector" action="Index"/>
  21. </mvcSiteMapNode>
  22. </mvcSiteMapNode>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement