9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
|
12 years ago
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%>
|
||
|
|
<asp:Content ContentPlaceHolderID="titleContent" ID="titleContent" runat="server">Indexe</asp:Content>
|
||
|
|
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||
|
|
<div>
|
||
|
|
<%= Html.ActionLink("blogs","Index","Blogs") %>
|
||
|
|
</div>
|
||
|
|
</asp:Content>
|
||
|
|
|