Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |