C# Class TheMetroTheme.Controllers.AdminController

Inheritance: Controller
显示文件 Open project: CloudMetal/AllScripts-Unity-Community-Prototype

Public Methods

Method Description
AdminController ( IOrchardServices services, IThemeSettingsService settingsService ) : System.Web.Mvc
CustomCss ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
CustomCss ( ThemeSettingsViewModel viewModel ) : System.Web.Mvc.ActionResult
Index ( ThemeSettingsViewModel viewModel ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public method

public AdminController ( IOrchardServices services, IThemeSettingsService settingsService ) : System.Web.Mvc
services IOrchardServices
settingsService IThemeSettingsService
return System.Web.Mvc

CustomCss() public method

public CustomCss ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult