mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
6 lines
439 B
Plaintext
6 lines
439 B
Plaintext
<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage<BaseViewModel>" %>
|
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
|
<h1><%: Html.TitleForPage(T("Experimental").ToString()) %></h1>
|
|
<p><%: Html.ActionLink(T("Contents").ToString(), "Index", "Content") %></p>
|
|
<p><%: Html.ActionLink(T("Metadata").ToString(), "Index", "Metadata") %></p>
|
|
<p><%: Html.ActionLink(T("Test Unauthorized Request").ToString(), "NotAuthorized", "Home")%></p> |