ListView.InsertMethod Eigenschaft

Definition

Ruft den Namen der Methode ab, die aufgerufen werden soll, um Daten einzufügen, oder legt diesen fest.

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

Eigenschaftswert

String

Der Name der Methode.

Attribute
ThemeableAttribute WebCategoryAttribute System.Web.WebSysDescriptionAttribute

Hinweise

Wenn Sie diese Eigenschaft festlegen, wird die Modellbindung als Datenbindungsmethode verwendet.

Eine Lernprogrammreihe zur Verwendung der Modellbindung mit Web Forms finden Sie unter Model Binding and Web Forms.

Gilt für