tags:

views:

61

answers:

1

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
1. i can't use LocalResources?
Sadegh