What is the use of display modes?



What is the use of display modes?..

Answer / Ranjana Mishra

Display modes in ASP.NET MVC allow developers to create different views based on device or user context, like mobile devices, tablets, or specific screen sizes. This makes it easier to optimize content for various display scenarios without having to write separate code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what is entity graph in entity framework?

1 Answers   Microsoft,


Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???

6 Answers   3i Infotech,


What are the advantages of mvc over asp.net?

1 Answers  


What is "out" parameter how it is used in methods?

6 Answers   Polaris,


Can we create .DLL file without using the namespace?

4 Answers  


what is deferred loading(lazy loading)?

1 Answers   Microsoft,


Can you set the unlimited length for "maxjsonlength" property in config?

1 Answers  


Is .net framework 4.8 the last version?

1 Answers  


What is rxjava used for?

1 Answers  


Explain ASP.NET MVC Identity and Security?

1 Answers  


Which filter executes first in an asp.net mvc application?

1 Answers  


what is msl?

1 Answers   Microsoft,


Categories