public ViewTemplateProvider(ViewTemplateRegistrator registrator, ViewTemplateAnalyzer analyzer, ContentActivator activator, DefinitionBuilder builder, IProvider<HttpContextBase> httpContextProvider, IProvider<VirtualPathProvider> vppProvider) { this.registrator = registrator; this.analyzer = analyzer; this.activator = activator; this.builder = builder; this.httpContextProvider = httpContextProvider; this.vppProvider = vppProvider; registrator.RegistrationAdded += (s, a) => rebuild = true; }
public ViewTemplateProvider(ViewTemplateRegistrator registrator, ViewTemplateAnalyzer analyzer, ContentActivator activator, DefinitionBuilder builder, IProvider <HttpContextBase> httpContextProvider, IProvider <VirtualPathProvider> vppProvider) { this.registrator = registrator; this.analyzer = analyzer; this.activator = activator; this.builder = builder; this.httpContextProvider = httpContextProvider; this.vppProvider = vppProvider; registrator.RegistrationAdded += (s, a) => rebuild = true; }