Метод | Описание | |
---|---|---|
CommonController ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, ILanguageService languageService, ICurrencyService currencyService, ILocalizationService localizationService, IWorkContext workContext, IStoreContext storeContext, IQueuedEmailService queuedEmailService, IEmailAccountService emailAccountService, ISitemapGenerator sitemapGenerator, IThemeContext themeContext, IThemeProvider themeProvider, IForumService forumService, IGenericAttributeService genericAttributeService, IWebHelper webHelper, IPermissionService permissionService, ICacheManager cacheManager, ICustomerActivityService customerActivityService, IVendorService vendorService, IContactUsService contactUsService, |
||
GenericUrl ( ) : System.Web.Mvc.ActionResult | ||
PageNotFound ( ) : System.Web.Mvc.ActionResult | ||
SetStoreTheme ( string themeName, string returnUrl = "" ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
AdminHeaderLinks ( ) : System.Web.Mvc.ActionResult | ||
ContactUs ( ) : System.Web.Mvc.ActionResult | ||
ContactUsSend ( Nop.Web.Models.Common.ContactUsModel model, bool captchaValid ) : System.Web.Mvc.ActionResult | ||
ContactVendor ( int vendorId ) : System.Web.Mvc.ActionResult | ||
ContactVendorSend ( Nop.Web.Models.Common.ContactVendorModel model, bool captchaValid ) : System.Web.Mvc.ActionResult | ||
CurrencySelector ( ) : System.Web.Mvc.ActionResult | ||
EuCookieLaw ( ) : System.Web.Mvc.ActionResult | ||
EuCookieLawAccept ( ) : System.Web.Mvc.ActionResult | ||
Favicon ( ) : System.Web.Mvc.ActionResult | ||
Footer ( ) : System.Web.Mvc.ActionResult | ||
GetUnreadPrivateMessages ( ) : int | ||
HeaderLinks ( ) : System.Web.Mvc.ActionResult | ||
JavaScriptDisabledWarning ( ) : System.Web.Mvc.ActionResult | ||
LanguageSelector ( ) : System.Web.Mvc.ActionResult | ||
RobotsTextFile ( ) : System.Web.Mvc.ActionResult | ||
SetCurrency ( int customerCurrency, string returnUrl = "" ) : System.Web.Mvc.ActionResult | ||
SetLanguage ( int langid, string returnUrl = "" ) : System.Web.Mvc.ActionResult | ||
SetTaxType ( int customerTaxType, string returnUrl = "" ) : System.Web.Mvc.ActionResult | ||
Sitemap ( ) : System.Web.Mvc.ActionResult | ||
SitemapXml ( ) : System.Web.Mvc.ActionResult | ||
StoreClosed ( ) : System.Web.Mvc.ActionResult | ||
StoreThemeSelector ( ) : System.Web.Mvc.ActionResult | ||
TaxTypeSelector ( ) : System.Web.Mvc.ActionResult |
public CommonController ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, ILanguageService languageService, ICurrencyService currencyService, ILocalizationService localizationService, IWorkContext workContext, IStoreContext storeContext, IQueuedEmailService queuedEmailService, IEmailAccountService emailAccountService, ISitemapGenerator sitemapGenerator, IThemeContext themeContext, IThemeProvider themeProvider, IForumService forumService, IGenericAttributeService genericAttributeService, IWebHelper webHelper, IPermissionService permissionService, ICacheManager cacheManager, ICustomerActivityService customerActivityService, IVendorService vendorService, IContactUsService contactUsService, |
||
categoryService | ICategoryService | |
productService | IProductService | |
manufacturerService | IManufacturerService | |
topicService | ITopicService | |
languageService | ILanguageService | |
currencyService | ICurrencyService | |
localizationService | ILocalizationService | |
workContext | IWorkContext | |
storeContext | IStoreContext | |
queuedEmailService | IQueuedEmailService | |
emailAccountService | IEmailAccountService | |
sitemapGenerator | ISitemapGenerator | |
themeContext | IThemeContext | |
themeProvider | IThemeProvider | |
forumService | IForumService | |
genericAttributeService | IGenericAttributeService | |
webHelper | IWebHelper | |
permissionService | IPermissionService | |
cacheManager | ICacheManager | |
customerActivityService | ICustomerActivityService | |
vendorService | IVendorService | |
contactUsService | IContactUsService | |
customerSettings | ||
taxSettings | Nop.Core.Domain.Tax.TaxSettings | |
catalogSettings | Nop.Core.Domain.Catalog.CatalogSettings | |
storeInformationSettings | Nop.Core.Domain.StoreInformationSettings | |
emailAccountSettings | Nop.Core.Domain.Messages.EmailAccountSettings | |
commonSettings | ||
blogSettings | Nop.Core.Domain.Blogs.BlogSettings | |
newsSettings | Nop.Core.Domain.News.NewsSettings | |
forumSettings | Nop.Core.Domain.Forums.ForumSettings | |
localizationSettings | Nop.Core.Domain.Localization.LocalizationSettings | |
captchaSettings | Nop.Web.Framework.UI.Captcha.CaptchaSettings | |
vendorSettings | VendorSettings | |
Результат | System |
public GenericUrl ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public PageNotFound ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public SetStoreTheme ( string themeName, string returnUrl = "" ) : System.Web.Mvc.ActionResult | ||
themeName | string | |
returnUrl | string | |
Результат | System.Web.Mvc.ActionResult |