yavsc/web/Views/Blogs/PageLinks.ascx
Paul Schneider 1805cb3e17 big refactoring, and more
New routes, new juice flow, the tags on posts
2015-10-17 14:45:57 +02:00

8 lines
No EOL
262 B
Text

<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
<%= (int) ViewData["ResultCount"] %>
rp1.PageSize = (int) ViewData ["PageSize"];
rp1.PageIndex = (int) ViewData["PageIndex"];
rp1.None = Html.Translate("no content");