C# Class TheMetroTheme.Controllers.AdminController

Inheritance: Controller
Afficher le fichier Open project: CloudMetal/AllScripts-Unity-Community-Prototype

Méthodes publiques

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

Private Methods

Méthode Description
CustomCss ( ThemeSettingsViewModel viewModel ) : System.Web.Mvc.ActionResult
Index ( ThemeSettingsViewModel viewModel ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public méthode

public AdminController ( IOrchardServices services, IThemeSettingsService settingsService ) : System.Web.Mvc
services IOrchardServices
settingsService IThemeSettingsService
Résultat System.Web.Mvc

CustomCss() public méthode

public CustomCss ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult