页面刷新 - ButtonWindowPageRefresh +
2017-02-19 13:51:31 访问(1634) 赞(0) 踩(0)
/// <summary>
/// 页面刷新 - ButtonWindowPageRefresh +
/// </summary>
/// <param name="buttonValue"></param>
public void ButtonWindowPageRefresh(FineUI.Button buttonValue)
{
buttonValue.OnClientClick = "window.location=\"" + ConvertStringQuot(HttpContext.Current.Request.Url.AbsoluteUri) + "\"; ";
}
标签:
页面刷新 - ButtonWindowPageRefresh + 


上一条:
下一条:
相关评论
发表评论