示例#1
0
 protected virtual void DoUnbindModel(RouteValueDictionary routeValueDictionary, LayoutTabsViewModel model)
 {
     if (!string.IsNullOrEmpty(model.PostedCustomerId))
     {
         routeValueDictionary.Add(model.NameFor(m => m.PostedCustomerId), model.PostedCustomerId);
     }
 }