AjaxOptions.InsertionMode Property

Definition

Gets or sets the mode that specifies how to insert the response into the target DOM element.

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

Property Value

The insertion mode ("InsertAfter", "InsertBefore", or "Replace"). The default value is "Replace".

Applies to