InsertionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the AJAX script insertion modes.
public enum InsertionMode
type InsertionMode =
Public Enum InsertionMode
- Inheritance
-
InsertionMode
Fields
InsertAfter | 2 | Insert after the element. |
InsertBefore | 1 | Insert before the element. |
Replace | 0 | Replace the element. |
ReplaceWith | 3 | Replace the entire element. |