vgquotes/Src/VideoGameQuotes.Web/Views/User/InvalidUsername.aspx

11 lines
532 B
Plaintext
Raw Normal View History

<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.InvalidUsernameModel>" MasterPageFile="~/Views/Shared/Site.Master" %>
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">User Not Found</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
<p>
No user exists with username or IP address &quot;<%: Model.UsernameOrIp %>&quot;.
</p>
<p>
<%= Html.ActionLink("list of users", "Users", "Admin") %>
</p>
</asp:Content>