7 lines
451 B
Plaintext
7 lines
451 B
Plaintext
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<BlogEntryCollection>" MasterPageFile="~/Models/App.master"%>
|
|
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
|
Ce contenu est d'accès restreint : <<%= Html.Encode(ViewData["ControllerName"]) %>/<%= Html.Encode(ViewData["ActionName"]) %>>
|
|
|
|
Demandez à l'administrateur les autorisations suffisantes pour accèder à cet emplacement.
|
|
|
|
</asp:Content> |