What is the use of Display Modes?
2005
10-Oct-2014
Updated on 16-Sep-2020
Anonymous User
10-Oct-2014Display Modes is newly added feature in ASP.NET MVC 4. Views selected automatically by application depending on the browser. Example: If a desktop browser requests login page of an application it will return Views\Account\Login.cshtml view & if a mobile browser requests home page it will return Views\Account\Login.mobile.cshtml view.