Saturday 15 September 2012

asp.net mvc 3 - How do you set the linktext on url in controller -


Is there a way to create action links in my controller and link text is set? A surcharger can not be found ...

  Url.Action ("edit", "controller", new {id = myId});    

Controller is helpful in creating a link in this way: < Pre> string link = HtmlHelper.GenerateLink (this. Controller Contact. RequestPoint, System.Rootting.MargageTable path, "My link", "root", "About", "Home", blank, Blank);

No comments:

Post a Comment