16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
@{
|
|
ViewBag.Title = "newsinfoShow";
|
|
}
|
|
@model dccdc.Models.newsinfoModel
|
|
|
|
<div style="width:1004px; margin:0 auto;">
|
|
<center>
|
|
<h2>@Model.bt</h2>
|
|
</center>
|
|
<hr />
|
|
<div style="">
|
|
@Html.Raw(Model.nr)
|
|
</div>
|
|
</div>
|
|
|