Chapter 7. Taking control of markup

 

This chapter covers
  • Adaptive rendering
  • How to build control adapters
  • Browser capabilities providers in ASP.NET 4.0

 

Although ASP.NET MVC is the ideal choice when you want to precisely control the markup generated by your pages, you can use an ASP.NET Web Form to achieve similar results. Plus, the truth is that you probably have investments in Web Form-based applications. You can’t rewrite them because that will cost you money—and time.

As you learned in chapter 4, ASP.NET 4.0 is committed to generating better markup and providing better adherence to web standards, so in most situations you won’t need to modify the standard output. At the risk of repeating ourselves, remember that ASP.NET is built with ...

Get ASP.NET 4.0 in Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.