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

@{
ViewBag.Title = "Details";
}
@model IEnumerable<Message_Board.Models.Message>
<h3>留言主题:@ViewBag.Subject</h3>
<h3>留言类型:@ViewBag.MessageType</h3>
<div style="border:inset">
<h4>&nbsp;&nbsp;@ViewBag.Content</h4>
</div>
<br/>
<br />
<div>
<label style="color:aquamarine">楼主:</label>