mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
|
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<BaseViewModel>" %>
|
||
|
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||
|
|
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||
|
|
|
||
|
|
<p><%=Html.ActionLink("Contents", "Index", "Content") %></p>
|