陈斌彬的技术博客

Stay foolish,stay hungry

Button-CommandName

    //
    // 摘要:
    //     获取或设置命令名,该命令名与传递给 System.Web.UI.WebControls.Button.Command 事件的 System.Web.UI.WebControls.Button
    //     控件相关联。
    //
    // 返回结果:
    //     System.Web.UI.WebControls.Button 控件的命令名。默认值为 System.String.Empty。
    [DefaultValue("")]
    [Themeable(false)]
    [WebCategory("Behavior")]
    [WebSysDescription("WebControl_CommandName")]
    public string CommandName { get; set; }