示例#1
0
 /// <summary>
 /// Sets the href of the link dynamically according to the params passed, and any baseParams configured.
 /// Only valid if the Button was originally configured with a href  
 /// </summary>
 /// <param name="_params">Parameters to use in the href URL.</param>
 public virtual void SetParams(ParameterCollection _params)
 {
     this.Call("setParams", new JRawValue(_params.ToJson()));
 }