# AspNetPaging **Repository Path**: smartfire/AspNetPaging ## Basic Information - **Project Name**: AspNetPaging - **Description**: 基于IHtmlString接口的Paging - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-02-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #概述: AspNetPaing是一个ASP.NET MVC分页类库,只依赖IHtmlString,不依赖ASP.NET MVC的程序集。可以通过注入Html.Partial方式加载A自定义模版。 #Nuget Init 1.register https://www.nuget.org/ 2.download nuget.exe add it to system path 3.nuget setApiKey #Nuget upload: 1.modify AssemblyInfo.cs 2.cmd: cd C:\Users\DELL\Documents\Visual Studio 2013\Projects\AspNetPaging 3.cmd: nuget spec 4.modify {Project}.nuspec 5.set project release 6.cmd: nuget pack {Project}.csproj -build 7.cmd: nuget push {Project}.{version}.nupkg