ListView.InsertMethod 属性

定义

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

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

属性值

String

方法的名称。

属性
ThemeableAttribute WebCategoryAttribute System.Web.WebSysDescriptionAttribute

注解

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

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

适用于