2011-02-24 08:07:50 +00:00
|
|
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-11 05:21:31 +00:00
|
|
|
|
|
|
|
<asp:Content ContentPlaceHolderID="TitleContent" runat="server">404</asp:Content>
|
|
|
|
|
|
|
|
<asp:Content ContentPlaceHolderID="MainContent" runat="server">
|
|
|
|
<% Html.RenderPartial("NotFoundContent"); %>
|
|
|
|
|
|
|
|
<p class="info">
|
|
|
|
Hey. Nice typing, dude. Why don’t you spit out your sandwich and try it again?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<% Html.RenderPartial("ExceptionView", Model); %>
|
|
|
|
</asp:Content>
|