hi, i want retrieve LocalResource key and pass to Html.ActionLink linkText.but i dont know.
+1
A:
You could try using the strongly generated class by visual studio:
<%= Html.ActionLink(Resources.SomeKey, "Home", "Index") %>
Or for a more general solution take a look at this post.
Darin Dimitrov
2009-12-20 09:46:24
1. i can't use LocalResources?
Sadegh
2009-12-20 21:33:29