Example #1
0
 protected ControllerContext(ControllerContext context)
     : this(context, ControllerContext.GetControllerContext(context).Controller)
 {
     _parameters = new ValueDictionary((IDictionary <string, object>)context.Parameters);
 }