InsertionMode Enumeration
Enumerates the AJAX script insertion modes.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Member name | Description | |
|---|---|---|
| InsertAfter | Insert after the element. | |
| InsertBefore | Insert before the element. | |
| Replace | Replace the element. | |
| ReplaceWith | Replace the entire element. |
Show: