Is it possible to redirect to root controller using "$HtmlHelper.LinkTo
() method.
its take me to the current controller method. How can i move to other
controller methods.
Is it possible with LinkTo
Current View : UserArea/Home/User.vm
$HtmlHelper.LinkTo("Profile", "Profile", "Home")
is directing me to UserArea/profile/Home.castle
but it should redirect me to profile/Home.castle
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---