UrlPrefixCollection Klasa

Definicja

Prefiksy kolekcji lub adresów 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)
Dziedziczenie
UrlPrefixCollection
Implementuje

Właściwości

Count

Prefiksy kolekcji lub adresów URL

IsReadOnly

Pobiera wartość określającą, czy ta kolekcja jest odczytywana w sposób czytelny.

Metody

Add(String)

Tworzy element UrlPrefix na podstawie danego ciągu i dodaje go do tej kolekcji.

Add(UrlPrefix)

Dodaje element UrlPrefix do tej kolekcji.

Clear()

Prefiksy kolekcji lub adresów URL

Contains(UrlPrefix)

Prefiksy kolekcji lub adresów URL

CopyTo(UrlPrefix[], Int32)

Prefiksy kolekcji lub adresów URL

GetEnumerator()

Zwraca moduł wyliczający, który iteruje tę kolekcję.

Remove(String)

Prefiksy kolekcji lub adresów URL

Remove(UrlPrefix)

Prefiksy kolekcji lub adresów URL

Jawne implementacje interfejsu

IEnumerable.GetEnumerator()

Prefiksy kolekcji lub adresów URL

Dotyczy