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
363 B

@{
ViewBag.Title = "ReplyMyself";
}
@model IEnumerable<Message_Board.Models.Message>
<h2>@ViewBag.userName</h2>
<table width="100%">
<tr>
<th> 留言内容 </th>
<th> 留言主题 </th>
<th> 留言类型 </th>
<th> 留言时间 </th>
<th> 留言楼数 </th>
<th> 留言人:</th>
<th> 操作</th>