PageRenderTime 35ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Shared/Error.aspx

#
ASP.NET | 11 lines | 9 code | 2 blank | 0 comment | 1 complexity | 7c05e0cf457402d70cc1c1412b03e8bd MD5 | raw file
  1. <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>" %>
  2. <asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server">
  3. Error
  4. </asp:Content>
  5. <asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server">
  6. <h2>
  7. Sorry, an error occurred while processing your request.
  8. </h2>
  9. </asp:Content>