InsertionMode Enumeration

Visual Studio 2010

Enumerates the AJAX script insertion modes.

Namespace:  System.Web.Mvc.Ajax
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
ReplaceReplace the element.
InsertBeforeInsert before the element.
InsertAfterInsert after the element.

Community Additions

ADD
Show: