Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the AJAX script insertion modes.
Namespace: System.Web.Mvc.Ajax
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Enumeration InsertionMode
public enum InsertionMode
public enum class InsertionMode
Members
Member name | Description | |
---|---|---|
Replace | Replace the element. | |
InsertBefore | Insert before the element. | |
InsertAfter | Insert after the element. |