mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
![]() |
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<IContent>" %>
|
||
|
<%@ Import Namespace="Orchard.Mvc.Html" %>
|
||
|
<%@ Import Namespace="Orchard.Sandbox.Models" %>
|
||
|
<%@ Import Namespace="Orchard.Models.ViewModels" %>
|
||
|
<%@ Import Namespace="Orchard.Models" %>
|
||
|
<h1><%=Html.ItemDisplayLink(Model) %></h1>
|