RouteCollection.SetItem(Int32, RouteBase) 方法

定义

替换指定索引处的路由。

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

参数

index
Int32

待替换的路由的从零开始的索引。

item
RouteBase

将在指定索引处添加的路由。

例外

itemnull

item 已在集合中。

注解

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

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

适用于

另请参阅