vgquotes/Src/VideoGameQuotes.Web/Views/Shared/BadPaging.aspx

10 lines
466 B
Plaintext

<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Invalid Paging Request</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
<h2>Invalid Paging Request</h2>
<p>
Since you&rsquo;re here, you were probably mucking around with the query string.
Please stop.
</p>
</asp:Content>