マスターページ/レイアウトを作成し、2つのドロップダウンボックスを作成したいと思います。 他の3ページはマスターページ/レイアウトを使用します。これはこれらすべてのページに共通しています。すべてのページに共通する2つのドロップダウンボックスを持つmvcを使用したマスターページ/レイアウトの作成
Q - ドロップダウンボックスに入力するコードを記述する必要があります。 mvcにコードがないので、どこでこれを書いていますか?
ありがとうございました。あなたは
1) Create _Layout.chtml in your shared folder, which should exist if you create a new asp.net app
2) have the 3 pages point to the new layout file by setting "Layout" on the page or set it in _ViewStart.chtml
3) pass data to your view and master page and this can be done by referencing the @Model on your view and layout page. if anything, you can always use the generic ViewBag container.
に必要
です:http://www.asp.net/mvc。また、私は 'Professional ASP.NET MVC 5'の本に投資します - それは貴重なリソースです。 – erdinger
これはいい場所です。 – dfdsfdsfsdf