@{
Layout = TemplateRoot + "/Views/Shared/_Layout.cshtml";
}
@section __Header{
}
@Html.Raw(CurProduct.Body)
-
上一条:
@if (CurProduct.Prev != null) {
@CurProduct.Prev.Text
}
else {
没有了
}
-
下一条:
@if (CurProduct.Next != null) {
@CurProduct.Next.Text
}
else {
没有了
}