|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/ada36728/6e3bc2/ |
?#pragma checksum "D:\wwwroot\jinxiangshun123\wwwroot\Views\Shared\page.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "62C3B1F771EC95D5A92F290BAFA0F55CA7AD45B8"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具天生。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且若是
// 沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASP {
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Helpers;
using System.Web.Security;
using System.Web.UI;
using System.Web.WebPages;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Mvc.Html;
using System.Web.Optimization;
using System.Web.Routing;
using Web;
#line 2 "D:\wwwroot\jinxiangshun123\wwwroot\Views\Shared\page.cshtml"
using PagedList.Mvc;
#line default
#line hidden
public class _Page_Views_Shared_page_cshtml : System.Web.Mvc.WebViewPage<PagedList.IPagedList> {
#line hidden
public _Page_Views_Shared_page_cshtml() {
}
protected ASP.global_asax ApplicationInstance {
get {
return ((ASP.global_asax)(Context.ApplicationInstance));
}
}
public override void Execute() {
WriteLiteral("\r\n<link");
WriteLiteral(" href=\"/css/images_pub/PagedList.css\"");
WriteLiteral(" rel=\"stylesheet\"");
WriteLiteral(" type=\"text/css\"");
WriteLiteral(" />\r\n<div");
WriteLiteral(" class=\"pagedList\"");
WriteLiteral(" style=\"margin:0 auto;text-align:center\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 6 "D:\wwwroot\jinxiangshun123\wwwroot\Views\Shared\page.cshtml"
Write(Html.PagedListPager(Model, page => ("/" + ViewContext.RouteData.Values["controller"] + "/" + ViewData["PagedRequest"].ToString() + page),
new PagedListRenderOptions() {
LinkToFirstPageFormat = "首页",
LinkToNextPageFormat = "下一页",
LinkToPreviousPageFormat = "上一页",
LinkToLastPageFormat = "末页",
MaximumPageNumbersToDisplay = 5,
DisplayItemSliceAndTotal = true,
DisplayPageCountAndCurrentLocation =true,
PageCountAndCurrentLocationFormat = "第{0}/{1}页",
ItemSliceAndTotalFormat = "共{2}条" }));
#line default
#line hidden
WriteLiteral("\r\n\r\n controller=");
#line 18 "D:\wwwroot\jinxiangshun123\wwwroot\Views\Shared\page.cshtml"
Write(ViewContext.RouteData.Values["controller"]);
#line default
#line hidden
WriteLiteral("\r\n</div>");
}
}
}