代码排版1
摘要:1: public static class PagingHelpers 2: { 3: public static MvcHtmlString PageLinks(this HtmlHelper html, 4: PagingInfo pagingInfo, Func<int, string> pageUrl) 5: ...
阅读全文
毕业设计排版2
摘要:1: public class NavController : Controller 2: { 3: private IProductRepository repository; 4: public NavController(IProductRepository repo) 5: { 6: ...
阅读全文
论文排版
摘要:1: <!DOCTYPE html> 2: <html> 3: <head> 4: <title>@ViewBag.Title</title> 5: <link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" /> 6: <script...
阅读全文