public CshtmlComponentInjectionComponentHead(IHtmlHelper htmlHelper, ICshtmlComponentTracker cshtmlComponentTracker, ICshtmlComponentInjectionContentStore cshtmlComponentPostContentStore) : base(htmlHelper, cshtmlComponentTracker, cshtmlComponentPostContentStore)
 {
 }
 public CshtmlComponentInjectionComponentBase(IHtmlHelper htmlHelper, ICshtmlComponentTracker cshtmlComponentTracker, ICshtmlComponentInjectionContentStore cshtmlComponentInjectionContentStore) : base(htmlHelper, null, null)
 {
     CshtmlComponentTracker = cshtmlComponentTracker;
     CshtmlComponentInjectionContentStore = cshtmlComponentInjectionContentStore;
 }
Exemple #3
0
 public CshtmlComponentInjectionContentHandler(ICshtmlComponentInjectionContentStore cshtmlComponentPostContentStore)
 {
     _cshtmlComponentPostContentStore = cshtmlComponentPostContentStore;
 }