コード例 #1
0
 public WidgetViewComponentInvoker(WidgetContextScope scope, IViewComponentInvoker innerInvoker)
 {
     _inner = innerInvoker;
     _scope = scope;
 }
コード例 #2
0
 public WidgetViewComponentInvokerFactory(IViewComponentInvokerFactory defaultFactory)
 {
     _defaultFactory = defaultFactory;
     this._scope     = new WidgetContextScope();
 }