UrlMappingCollection.Item[] Propriedade

Definição

Obtém ou define um UrlMapping na coleção.Gets or sets a UrlMapping in the collection.

Sobrecargas

Item[Int32]

Obtém ou define o objeto UrlMapping no índice especificado.Gets or sets the UrlMapping object at the specified index.

Item[String]

Obtém o objeto UrlMapping com o nome especificado.Gets the UrlMapping object with the specified name.

Item[Int32]

Obtém ou define o objeto UrlMapping no índice especificado.Gets or sets the UrlMapping object at the specified index.

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

Parâmetros

index
Int32

O índice do objeto a ser obtido.The index of the object to get.

Valor da propriedade

UrlMapping

O objeto no índice especificado.The object at the specified index.

Aplica-se a

Item[String]

Obtém o objeto UrlMapping com o nome especificado.Gets the UrlMapping object with the specified name.

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

Parâmetros

name
String

O nome do objeto da coleção.The name of the collection object.

Valor da propriedade

UrlMapping

O objeto de coleção que tem o nome especificado.The collection object that has the specified name.

Aplica-se a