摘要:
1、Controller中,使用Orchard API.例子:using Orchard;using Orchard.Localization;using Orchard.Logging;using Orchard.Mvc;using Orchard.UI.Notify;using System.Web.Mvc;namespace OrchardHUN.TrainingDemo.Controllers{ public class DependencyInjectionController :Controller { private readonly INotifier... 阅读全文