In this chapter, you'll learn:
How to create entry forms and how to specify overall formatting for pages in the site.
By Microsoft ASP.NET Team|
This article describes how to process an HTML form (with text boxes and buttons) when you are working in an ASP.NET Web Pages (Razor) website.
By Mike Pope|
This article discusses how to validate information you get from users — that is, to make sure that users enter valid information in HTML forms in an ASP.NET Web Pages (Razor) site. What you'l...
By Microsoft ASP.NET Team|
This article explains how you can use layout pages in an ASP.NET Web Pages (Razor) website to create reusable blocks of content (like headers and footers) and to create a consistent look for all th...
By Microsoft ASP.NET Team|
This article explains how to make site-side settings for pages in an ASP.NET Web Pages (Razor) website.
By Microsoft ASP.NET Team|
This article describes how to create a helper in an ASP.NET Web Pages (Razor) website. A helper is a reusable component that includes code and markup to perform a task that might be tedious or comp...
By Microsoft ASP.NET Team|
This article describes how to create pages in an ASP.NET Web Pages (Razor) site that will render appropriately on mobile devices. What you'll learn: How to use a naming convention to specify that a...
By Microsoft ASP.NET Team|
This article describes routing in an ASP.NET Web Pages (Razor) website, and how this lets you use URLs that are more readable and better for SEO. What you'll learn: How ASP.NET uses routing to let ...