@model MyMusicStore.Models.Album

@{

    ViewBag.Title = "Details";

}

<h2>Details</h2>

<div>

    <h4>Album</h4>

    <hr />

    <dl class="dl-horizontal">

        <dt>

            @Html.DisplayNameFor(model => model.Artist.Name)

        </dt>

<dd>

            @Html.DisplayFor(model => model.Artist.Name)

        </dd>

<dt>

            @Html.DisplayNameFor(model => model.Genre.Name)

        </dt>

<dd>

            @Html.DisplayFor(model => model.Genre.Name)

        </dd>

<dt>

            @Html.DisplayNameFor(model => model.Title)

        </dt>

<dd>

            @Html.DisplayFor(model => model.Title)

        </dd>

<dt>

            @Html.DisplayNameFor(model => model.Price)

        </dt>

<dd>

            @Html.DisplayFor(model => model.Price)

        </dd>

<dt>

            @Html.DisplayNameFor(model => model.AlbumArtUrl)

        </dt>

<dd>

            @Html.DisplayFor(model => model.AlbumArtUrl)

        </dd>

</dl>

</div>

<p>

    @Html.ActionLink("Edit", "Edit", new { id = Model.AlbumId }) |

    @Html.ActionLink("Back to List", "Index")

</p>

最新文章

  1. Centos下MySQL主从同步配置
  2. MonoDevelop编辑器中文乱码解决
  3. kernel update 2.6.18-2.6.38
  4. gerrit 解决中文乱码相关配置(转载)
  5. Extjs treePanel 后台Json的两种构建方法
  6. Java内部接口的调用方式
  7. Sereja and Coat Rack(水)
  8. openwrt 3g模块上网
  9. POJ 3630 Phone List Trie题解
  10. 在打包程序中自动安装SQL Server数据库 .
  11. android之相机开发
  12. debian9 配置数据库
  13. jmeter笔记(1)--原理,下载与安装
  14. 资源贴&mdash;&mdash;以备时时查询用
  15. vue中组件通信之子父通信
  16. ajax用户名存在检测
  17. 【three.js练习程序】拖动选中的物体
  18. vue之介绍
  19. Oracle数据迁移之rman活动数据库复制
  20. thymeleaf和easyui配合可能出现的错误

热门文章

  1. printk()函数的总结
  2. AE创建拓扑
  3. warning C4996: 'fopen': This function or variable may be unsafe.(_CRT_SECURE_NO_WARNINGS)
  4. Redis的常识
  5. Java NIO(6)----NIO与IO
  6. cxf maven 依赖 No message body writer foud.. contenttype:application/json
  7. Java实现多文件压缩打包的方法
  8. Android 升级下载 它们的定义Updates 兼容版本
  9. vue 百度地图
  10. WPF 使用 SharpDX 在 D3DImage 显示