Пример #1
0
 public ControlGrid <TModel> AddHiddenValue(string name, string value)
 {
     model.AddHiddenValue(name, value);
     return(this);
 }