InsertionMode Enum

Definition

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.

Applies to