yavsc/web/Views/FrontOffice/Command.aspx

13 lines
434 B
Plaintext

10 years ago
<%@ Page Title="Commande" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<FormCollection>" %>
10 years ago
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
10 years ago
<%= Html.ActionLink("Votre panier","Basket","FrontOffice" ) %>
10 years ago
<ul><li>
10 years ago
<%= Html.ActionLink("Catalog","Catalog" ) %>
</li><li>
<%= Html.ActionLink("Estimates","Estimates" ) %>
</li></ul>
</asp:Content>