UrlMappingCollection.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置集合中的 UrlMapping。
重载
Item[Int32] |
获取或设置位于指定索引处的 UrlMapping 对象。 |
Item[String] |
获取具有指定名称的 UrlMapping 对象。 |
Item[Int32]
获取或设置位于指定索引处的 UrlMapping 对象。
public:
property System::Web::Configuration::UrlMapping ^ default[int] { System::Web::Configuration::UrlMapping ^ get(int index); void set(int index, System::Web::Configuration::UrlMapping ^ value); };
public System.Web.Configuration.UrlMapping this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.UrlMapping with get, set
Default Public Property Item(index As Integer) As UrlMapping
参数
- index
- Int32
要获取的对象的索引。
属性值
指定索引处的对象。
适用于
Item[String]
获取具有指定名称的 UrlMapping 对象。
public:
property System::Web::Configuration::UrlMapping ^ default[System::String ^] { System::Web::Configuration::UrlMapping ^ get(System::String ^ name); };
public System.Web.Configuration.UrlMapping this[string name] { get; }
member this.Item(string) : System.Web.Configuration.UrlMapping
Default Public ReadOnly Property Item(name As String) As UrlMapping
参数
- name
- String
集合对象的名称。
属性值
具有指定名称的集合对象。