Пример #1
0
        public SeoDefinitionAppender(IContentTypeManager contentTypeManager, TemplatesSection templatesConfig)
        {
            _contentTypeManager = contentTypeManager;
            _templatesConfig = templatesConfig;

            HtmlTitleTitle = "HTML Title";
            MetaKeywordsTitle = "Meta Keywords";
            MetaDescriptionTitle = "Meta Description";
            SeoTabTitle = "SEO";
        }
Пример #2
0
 public UserRegistrationService(TemplatesSection templatesConfig, ICredentialService credentialService)
 {
     _templatesConfig = templatesConfig;
     _credentialService = credentialService;
 }
Пример #3
0
 public TaggingDefinitionAppender(IContentTypeManager contentTypeManager, TemplatesSection templatesConfig)
 {
     _contentTypeManager = contentTypeManager;
     _templatesConfig = templatesConfig;
 }