mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
5 lines
325 B
Plaintext
5 lines
325 B
Plaintext
![]() |
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
|
||
|
<%@ Import Namespace="Orchard.Mvc.Html"%>
|
||
|
<% Html.Title("Home Page"); %>
|
||
|
<h2><%= Html.Encode(ViewData["Message"]) %></h2>
|
||
|
<p>To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">http://asp.net/mvc</a>.</p>
|