InsertionMode Enumeration

 

Enumerates the AJAX script insertion modes.

Namespace:   System.Web.Mvc.Ajax
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

type InsertionMode

Member nameDescription
InsertAfter

Insert after the element.

InsertBefore

Insert before the element.

Replace

Replace the element.

ReplaceWith

Replace the entire element.

Return to top
Show: