I'm developing an image bank with Microsoft ASP MVC ASP.NET, and I have a question, studying the competition, I realized that when you click on an image within the search result, or they pass a parameter to the view so :
Sofarsogood,Icandoit,butIdonotthinktheurlgetsugly,andIdonotknowifthisisthedevelopmentstandard.
Orinothercaseswhichinmyviewisthemostcorrect,theysimplydothis,whichIdonotknowhowtodescribehowitworks
In ASP.NET MVC it is possible to pass a parameter as if it were a view type like this last image? because then I think it gets cleaner, I would like to know the name of this resource, because I could not find any key word that touched on the subject.
Thanks in advance.