public ControllerPathRazorViewEngine(ControllerPathSettings settings) : this(null, settings) { }
public ControllerPathResolver(ControllerPathSettings settings) { this.settings = settings; }
public ControllerPathRazorViewEngine(IViewPageActivator viewPageActivator, ControllerPathSettings settings) : base(viewPageActivator) { controllerPathResolver = new ControllerPathResolver(settings); }