ASP.NET MVC 專案的基本架構

ASP.NET MVC 專案的架構

整個專案的基本組成

image

 

/Controllers 放置控制器的資料夾

image

 

/Models      放置資料模型的資料夾

image

 

/Views        放置檢視的資料夾

image

 

/Scripts       放置JavaScript Library跟scripts (.js)的資料夾

image

 

/Content      放置CSS及image files、themes的檔案

image

 

/App_Data   放置儲存資料的檔案