Bagikan melalui


AjaxOptions.InsertionMode Properti

Definisi

Mendapatkan atau mengatur mode yang menentukan cara menyisipkan respons ke dalam elemen DOM target.

public System.Web.Mvc.Ajax.InsertionMode InsertionMode { get; set; }
member this.InsertionMode : System.Web.Mvc.Ajax.InsertionMode with get, set
Public Property InsertionMode As InsertionMode

Nilai Properti

Mode penyisipan ("InsertAfter", "InsertBefore", atau "Replace"). Nilai defaultnya adalah "Ganti".

Berlaku untuk