中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

[一步一步MVC]第六回:什么是MVC(上)?

系列文章導(dǎo)航:

[一步一步MVC]第一回:使用ActionSelector控制Action的選擇

[一步一步MVC]第二回:還是ActionFilter,實(shí)現(xiàn)對(duì)業(yè)務(wù)邏輯的統(tǒng)一Authorize處理

[一步一步MVC]第三回:MVC范例大觀園

[一步一步MVC]第四回:漫談ActionLink,有時(shí)“胡攪蠻纏”

[一步一步MVC]第五回:讓TagBuilder豐富你的HtmlHelper

[一步一步MVC]第六回:什么是MVC(上)?


引言

所謂MVC,其實(shí)就是M、V、C而已。歸根揭底,MVC是一種表現(xiàn)模式,是一種軟件架構(gòu)模式。其中有幾個(gè)重要的概念:

  • M,Model, 引用系統(tǒng)數(shù)據(jù),管理系統(tǒng)功能并通知View更改用戶操作。
  • V,View,就是用戶接口,用于顯示數(shù)據(jù)。
  • C,Controller ,將用戶操作映射到Model,并操作視圖。
  • R,Routing ,MVC的奧秘在于通過Routing實(shí)現(xiàn)了對(duì)URL的路由選擇,完成了上述3個(gè)基本概念的基礎(chǔ)邏輯。

我們先來了解這幾個(gè)概念之間的聯(lián)系。

 

o_anytao-mvc-09-01[1]

對(duì)MVC而言,分離是最大的優(yōu)點(diǎn),尤其是Model將不依賴于Controller和View,對(duì)于隔離應(yīng)用、進(jìn)行UI測(cè)試打下很好的架構(gòu)級(jí)支持。

MVC Execution Process

關(guān)于MVC的執(zhí)行過程,我們就不多言了,從MSDN獲取的執(zhí)行過程可以被解析為:

o_anytao-mvc-09-02[1] 

在MVC模式下,不同于WebForm時(shí)代,業(yè)務(wù)邏輯的處理和HTML的輸出不是View(或Page)一個(gè)人的事兒,這些邏輯被清晰的分解為M、V和C的邏輯,具體的執(zhí)行流程為:

ASP.NET MVC Execution Process

Stage

Details

Receive first request for the application

In the Global.asax file, Route objects are added to the RouteTable object.

void Application_Start(object sender, EventArgs e) {    RegisterRoutes(RouteTable.Routes);}public static void RegisterRoutes(RouteCollection routes){    routes.Add(new Route    (         "Category/{action}/{categoryName}"         , new CategoryRouteHandler()    ));}

Perform routing

The UrlRoutingModule module uses the first matching Route object in the RouteTable collection to create the RouteData object, which it then uses to create a RequestContext object.

 

Create MVC request handler

The MvcRouteHandler object creates an instance of the MvcHandler class and passes the RequestContext instance to the handler.

Create controller

The MvcHandler object uses the RequestContext instance to identify the IControllerFactory object (typically an instance of the DefaultControllerFactory class) to create the controller instance with.

Execute controller

The MvcHandler instance calls the controller's Execute method.

Invoke action

For controllers that inherit from the ControllerBase class, the ControllerActionInvoker object that is associated with the controller determines which action method of the controller class to call, and then calls that method.

Execute result

The action method receives user input, prepares the appropriate response data, and then executes the result by returning a result type. The built-in result types that can be executed include the following: ViewResult (which renders a view and is the most-often used result type), RedirectToRouteResult, RedirectResult, ContentResult, JsonResult, FileResult, and EmptyResult.

NET技術(shù)[一步一步MVC]第六回:什么是MVC(上)?,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 日韩国产高清在线观看 | 华人黄网站大全 | 欧美一区中文字幕 | 在线小视频 | 欧产日产国产精品国产 | 欧美另类视频 | 日本精品一区二区三区在线观看视频 | 天天干夜夜操视频 | av网站免费在线观看 | 久久亚洲高清 | 99久久婷婷国产综合精品电影 | 国产精品日韩在线观看一区二区 | 亚洲国产成人在线视频 | 91久久精品日日躁夜夜躁欧美 | 欧美日韩一区二区三区四区 | 情侣av| 国产精品国产成人国产三级 | 国产在线一区二 | 精品国产欧美日韩不卡在线观看 | 久久99精品久久久水蜜桃 | 亚洲精品 在线播放 | 精品国产一区二区三区在线观看 | 在线中文视频 | 蜜桃av鲁一鲁一鲁一鲁 | 日本超碰 | 国产激情免费视频 | 成人性生交大片免费看中文带字幕 | 亚洲精品久久久久久一区二区 | 免费在线观看黄视频 | 91 久久| 国产精品综合色区在线观看 | 99热热精品| 中文字幕免费观看 | 中文字幕一区二区三区精彩视频 | 99精品在线观看 | 国产一区二区在线免费观看 | 99riav国产一区二区三区 | 国产精品久久久久久久久久久免费看 | 国产亚洲欧美另类一区二区三区 | 免费看a | 国产精品亚洲一区二区三区在线 |