source:
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Shared/Error.aspx
@
5756
Last change on this file since 5756 was 5756, checked in by cfleisch, 14 years ago | |
---|---|
File size: 439 bytes |
Rev | Line | |
---|---|---|
[5756] | 1 | <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>" %> |
2 | ||
3 | <asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server"> | |
4 | Error | |
5 | </asp:Content> | |
6 | ||
7 | <asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server"> | |
8 | <h2> | |
9 | Sorry, an error occurred while processing your request. | |
10 | </h2> | |
11 | </asp:Content> |
Note: See TracBrowser
for help on using the repository browser.