예제 #1
0
 public ControllerPathRazorViewEngine(ControllerPathSettings settings)
     : this(null, settings)
 {
 }
 public ControllerPathResolver(ControllerPathSettings settings)
 {
     this.settings = settings;
 }
예제 #3
0
 public ControllerPathRazorViewEngine(IViewPageActivator viewPageActivator, ControllerPathSettings settings)
     : base(viewPageActivator)
 {
     controllerPathResolver = new ControllerPathResolver(settings);
 }