ListView.DeleteMethod 属性

定义

获取或设置为了删除数据要调用的方法的名称。

public:
 virtual property System::String ^ DeleteMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
[System.Web.WebCategory("Data")]
[System.Web.WebSysDescription("DataBoundControl_DeleteMethod")]
public virtual string DeleteMethod { get; set; }
[<System.Web.UI.Themeable(false)>]
[<System.Web.WebCategory("Data")>]
[<System.Web.WebSysDescription("DataBoundControl_DeleteMethod")>]
member this.DeleteMethod : string with get, set
Public Overridable Property DeleteMethod As String

属性值

String

方法的名称。

属性
ThemeableAttribute WebCategoryAttribute System.Web.WebSysDescriptionAttribute

注解

设置此属性会导致模型绑定用作数据绑定方法。

有关将模型绑定与Web Forms配合使用的教程系列,请参阅模型绑定和Web Forms

适用于