摘要: In this tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You learn how to create new controllers and return different types of action results. This tutorial explores the topic of ASP.NET MVC controllers, controller actions, and action results. After you complete this tutorial,... 阅读全文
posted @ 2013-10-12 15:04 春天又来了 阅读(289) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, you learn how to create a common page layout for multiple pages in your application by taking advantage of view master pages. You can use a view master page, for example, to define a two-column page layout and use the two-column layout for all of the pages in your web application.. 阅读全文
posted @ 2013-10-12 14:16 春天又来了 阅读(508) 评论(0) 推荐(0) 编辑
摘要: The ASP.NET MVC framework includes a useful utility class named the TagBuilder class that you can use when building HTML helpers. The TagBuilder class, as the name of the class suggests, enables you to easily build HTML tags. In this brief tutorial, you are provided with an overview of the TagBuil.. 阅读全文
posted @ 2013-10-12 11:49 春天又来了 阅读(493) 评论(0) 推荐(0) 编辑
摘要: The goal of this tutorial is to demonstrate how you can create custom HTML Helpers that you can use within your MVC views. By taking advantage of HTML Helpers, you can reduce the amount of tedious typing of HTML tags that you must perform to create a standard HTML page. In the first part of this ... 阅读全文
posted @ 2013-10-12 09:10 春天又来了 阅读(388) 评论(0) 推荐(0) 编辑
摘要: The purpose of this tutorial is to provide you with a brief introduction to ASP.NET MVC views, view data, and HTML Helpers. By the end of this tutorial, you should understand how to create new views, pass data from a controller to a view, and use HTML Helpers to generate content in a view. Unders... 阅读全文
posted @ 2013-10-12 08:59 春天又来了 阅读(256) 评论(0) 推荐(0) 编辑