Ejemplo n.º 1
0
 public SayfaHeadOluşturucu(SeoAyarları seoAyarları)
 {
     this._seoAyarları              = seoAyarları;
     this._baslikParçaları          = new List <string>();
     this._metaDescriptionParçaları = new List <string>();
     this._metaKeywordParçaları     = new List <string>();
     this._scriptParçaları          = new Dictionary <KaynakKonumu, List <ScriptReferenceMeta> >();
     this._cssParçaları             = new Dictionary <KaynakKonumu, List <CssReferenceMeta> >();
     this._canonicalUrlParçaları    = new List <string>();
     this._özelHeadParçaları        = new List <string>();
     this._sayfaCssSınıfıParçaları  = new List <string>();
 }
Ejemplo n.º 2
0
 public SayfaHeadOluşturucu(SeoAyarları seoAyarları,
                            IHostingEnvironment hostingEnvironment,
                            IStatikÖnbellekYönetici cacheManager)
 {
     this._seoAyarları              = seoAyarları;
     this._baslikParçaları          = new List <string>();
     this._metaDescriptionParçaları = new List <string>();
     this._metaKeywordParçaları     = new List <string>();
     this._scriptParçaları          = new Dictionary <KaynakKonumu, List <ScriptReferenceMeta> >();
     this._cssParçaları             = new Dictionary <KaynakKonumu, List <CssReferenceMeta> >();
     this._canonicalUrlParçaları    = new List <string>();
     this._özelHeadParçaları        = new List <string>();
     this._sayfaCssSınıfıParçaları  = new List <string>();
     this._hostingEnvironment       = hostingEnvironment;
     this._cacheManager             = cacheManager;
     this._processor = new BundleFileProcessor();
 }