RouteCollection.InsertItem(Int32, RouteBase) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的路由插入位於指定索引處的 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
要插入的路由。
例外狀況
item
為 null
。
item
已經在集合中。
備註
當您將未命名的路由新增至 RouteCollection 物件時,無法新增已經在集合中的路由。
GetReadLock使用 方法和 GetWriteLock 方法,確定您與集合互動,而不會與其他進程發生衝突。