mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-18 09:44:20 +08:00
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<string>" %>
|
|
<%
|
|
Html.RegisterStyle("jquery.switchable.css");
|
|
Html.RegisterFootScript("jquery.switchable.js");
|
|
var cssClass = string.Format("{0} switchable", Model);
|
|
|
|
%>
|
|
<%:cssClass %> |