DetailsView.InsertMethod Propriedade

Definição

Obtém ou define o nome do método na página chamada quando o controle executa uma operação de inserção.Gets or sets the name of the method on the page that is called when the control performs an insert operation.

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

Valor da propriedade

String

O nome do método na página que é chamada quando o controle executa uma operação de inserção.The name of the method on the page that is called when the control performs an insert operation.

Atributos

Comentários

Para obter uma série de tutoriais sobre como usar a associação de modelo com Web Forms, consulte Associação de modelo e Web Forms.For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.

Aplica-se a