Can anyone tell me why my redirect helper does not work the way I'd expect it to? I'm trying to …
php codeigniter redirect urlhelperI need to generate some URLs in a model in ASP.NET MVC. I'd like to call something like UrlHelper.…
asp.net-mvc urlhelperOne of my controllers actions, one that is being called in an Ajax request, is returning an URL to the …
asp.net-mvc unit-testing urlhelperBackground I am trying to move business logic out from the controllers into their own services. Controller public class AccountController : …
asp.net-mvc dependency-injection urlhelper requestcontextI'm used to generating route URLs to other controller actions within an MVC controller action using something similar to below: …
asp.net-mvc asp.net-mvc-4 asp.net-web-api asp.net-mvc-routing urlhelperI want to write an HtmlHelper to render an ActionLink with pre-set values, eg. <%=Html.PageLink("Page 1", "page-slug");%> …
asp.net-mvc html-helper actionlink urlhelper html.actionlinkI ask a similar question here and Darin Dimitrov answer that we can't use Url helper like $.ajax({ url: '@…
javascript asp.net-mvc asp.net-mvc-3 razor urlhelperI'm rather new to ASP.NET Core, and right now I am trying to get a grasp on how UrlHelper …
c# api asp.net-core urlhelperHi, I got a adress like this : ~/Content/Files/AdImages/20/20_thumb.jpeg, I need this to be resolved. This was …
asp.net-mvc url resolve urlhelperWriting @Url.Content("~/Something/Something.html") in razor renders /AppFolder/Something/Something.html Is there a way to render the …
asp.net urlhelper asp.net-mvc-3