开发者

retrieve LocalResource key and pass to Html.ActionLink linkText

开发者 https://www.devze.com 2022-12-14 06:42 出处:网络
i want retrieve LocalResource key and pass to H开发者_如何学Gotml.ActionLink linkText.but i dont know.You could try using the strongly generated class by visual studio:

i want retrieve LocalResource key and pass to H开发者_如何学Gotml.ActionLink linkText.but i dont know.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消