设置按钮重定向
2014-06-24 16:13:34 访问(2709) 赞(0) 踩(0)
///
/// 设置按钮重定向
///
///
///
public static void WindowLocation(FineUI.Button buttonValue, string url)
{
buttonValue.OnClientClick = "window.location=\"" + ConvertStringQuot(url) + "\"; ";
}
上一条:
下一条:
相关评论
发表评论