2010-01-08 22:39:52 +00:00
|
|
|
<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage<BaseViewModel>" %>
|
2009-11-19 18:51:41 +00:00
|
|
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
2010-09-30 16:29:29 -07:00
|
|
|
<h1><%: Html.TitleForPage(T("Experimental").ToString()) %></h1>
|
2010-06-08 23:42:20 -07:00
|
|
|
<p><%: Html.ActionLink(T("Contents").ToString(), "Index", "Content") %></p>
|
2010-06-09 11:49:16 -07:00
|
|
|
<p><%: Html.ActionLink(T("Metadata").ToString(), "Index", "Metadata") %></p>
|
2010-09-30 16:29:29 -07:00
|
|
|
<p><%: Html.ActionLink(T("Test Unauthorized Request").ToString(), "NotAuthorized", "Home")%></p>
|