RouteCollection.InsertItem(Int32, RouteBase) 方法

定义

将指定路由插入到 RouteCollection 对象中的指定索引处。

protected:
 override void InsertItem(int index, System::Web::Routing::RouteBase ^ item);
protected override void InsertItem (int index, System.Web.Routing.RouteBase item);
override this.InsertItem : int * System.Web.Routing.RouteBase -> unit
Protected Overrides Sub InsertItem (index As Integer, item As RouteBase)

参数

index
Int32

从零开始的索引,在此处插入 item

item
RouteBase

要插入的路由。

例外

itemnull

item 已在集合中。

注解

向 对象添加未命名的路由 RouteCollection 时,无法添加已在集合中的路由。

GetReadLock使用 方法和 GetWriteLock 方法可确保与集合交互,而不会与其他进程发生冲突。

适用于

另请参阅