Marc Cals

Results 6 comments of Marc Cals

I will try to explain me better. Imagine that I have one news page in my web page that supports 3 language, english, catalan and spanish. The news page will...

Mccalltd I tryed to do It, but I haven't found where the URL is generated in AttributeRouting when I invoke a Html.ActionLink. To do it please can you explain me...

Shapper I understand what you say to solve It, Your culture selectors links always call the same action, no? But I can't figure out the code of that action to...

Sorry for my delay in answer. I have been moved to another project for some weeks, When I get back to the project where I need It in some weeks...

Hello, Finally I have developed my own extension to get Url's in specific culture from AttributeRouting. ``` C# using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing;...

Hello, We had the same issue. Using the -targetPath parameters seems the clean is not done. Just try it with -TargetPath to your wep app root folder like "c:\home\site\wwwroot\" if...