But how? In HtmlHelper.Link first argument is a url, in UrlHelper I only see that I must use action, controller/action etc. I want a URL.
On 27 Sty, 21:50, Patrick Steele <[email protected]> wrote: > UrlHelper should work: > > http://www.castleproject.org/monorail/documentation/trunk/helpers/url... > > --- > Patrick Steelehttp://weblogs.asp.net/psteele > > On Wed, Jan 27, 2010 at 3:29 PM, Artur Dorochowicz > > <[email protected]> wrote: > > Hello, > > > Recently deprecated and removed HtmlHelper had a method that I had > > found quite useful in my app: > > > public virtual string Link(string target, string linkText) > > > Is there an equivalent for this available on other helpers? Or do I > > need to write my own helper for this? > > > Regards > > > Artur Dorochowicz -- 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.
