1
I have a question, studying the competition, I realized that when you click an image within the search result, or they pass a parameter to the View
thus:
So far so good, I can do, but I don’t think it’s cool URL
displays the parameter name and I don’t know if this is the development pattern
Inside ASP.NET MVC is it possible to pass a parameter as if it were a view like this last image? So I think it’s cleaner, I’d like to know the name of this resource, because I couldn’t find any key word that would refer to the subject.
Take a look at the Method documentation File.Encrypt
– Pablo Carvalho
Look for MVC routes and how to hide the ID. This link can help you with this: http://www.macoratti.net/15/09/mvc_crotas1.htm https://stackoverflow.com/questions/19611863/net-mvc-4-routing-with-custom-slugs
– Willian Ledier