mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
4 lines
179 B
Plaintext
4 lines
179 B
Plaintext
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<IContent>" %>
|
|
<%@ Import Namespace="Orchard.ContentManagement"%>
|
|
<h2><%: Html.ItemDisplayLink(Model) %></h2>
|