Table of Contents

Enum InsertionMode

Namespace
System.Web.Mvc.Ajax
Assembly
System.Web.Mvc.dll

Enumerates the AJAX script insertion modes.

public enum 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.