You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
418 B

@{
ViewBag.Title = "PersonalSubject";
}
@model IEnumerable<Message_Board.Models.Message>
<h2>@ViewBag.userName</h2>
<table class="table table-striped" width="100%">
<tr>
<th> 留言主题 </th>
<th> 留言类型 </th>
<th> 留言内容 </th>
<th> 留言时间 </th>
<th> 操作 </th>
<th> <a href="/Messages/Create">创建一个新的主题</a> </th>
</tr>