MVC (Model-View-Controller)?
, . HTML, CSS javascript. , "" "". URL,
http: //...../Home/Index
Then the Index action will be executed in the HomeController (this controller works on the server side). In this index action method, we will check the resolution. for instance
if(resolution==300)
then return Full
else
return resized
source
share