Rev | Line | |
---|
[4985] | 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">
|
---|
[6317] | 4 | Error
|
---|
[4985] | 5 | </asp:Content>
|
---|
| 6 | <asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server">
|
---|
[6317] | 7 | <h2>
|
---|
| 8 | Sorry, an error occurred while processing your request.
|
---|
| 9 | </h2>
|
---|
[4985] | 10 | </asp:Content>
|
---|
Note: See
TracBrowser
for help on using the repository browser.