UrlPrefixCollection Clase

Definición

Prefijos de colección o dirección URL

public ref class UrlPrefixCollection : System::Collections::Generic::ICollection<Microsoft::AspNetCore::Server::HttpSys::UrlPrefix ^>, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Server::HttpSys::UrlPrefix ^>
public class UrlPrefixCollection : System.Collections.Generic.ICollection<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Server.HttpSys.UrlPrefix>
type UrlPrefixCollection = class
    interface ICollection<UrlPrefix>
    interface seq<UrlPrefix>
    interface IEnumerable
Public Class UrlPrefixCollection
Implements ICollection(Of UrlPrefix), IEnumerable(Of UrlPrefix)
Herencia
UrlPrefixCollection
Implementaciones

Propiedades

Count

Gets the number of elements contained in the ICollection<T>.

IsReadOnly

Obtiene un valor que determina si esta colección es readOnly.

Métodos

Add(String)

Crea un objeto UrlPrefix a partir de la cadena especificada y lo agrega a esta colección.

Add(UrlPrefix)

Agrega un UrlPrefix a la colección.

Clear()

Removes all items from the ICollection<T>.

Contains(UrlPrefix)

Determines whether the ICollection<T> contains a specific value.

CopyTo(UrlPrefix[], Int32)

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

GetEnumerator()

Devuelve un enumerador que recorre en iteración esta colección.

Remove(String) System.Object.Remove(System.String)
Remove(UrlPrefix)

Removes the first occurrence of a specific object from the ICollection<T>.

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Se aplica a