|
Wersja 752, 439 bytes
(wprowadzona przez marek, 17 years temu)
|
|
wiersz
|
| Line | |
|---|
| 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>
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.