UrlPrefixCollection Klasse

Definition

Sammlungs- oder URLpräfixe

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)
Vererbung
UrlPrefixCollection
Implementiert

Eigenschaften

Count

Sammlungs- oder URLpräfixe

IsReadOnly

Ruft einen Wert ab, der bestimmt, ob diese Auflistung readOnly ist.

Methoden

Add(String)

Erstellt eine UrlPrefix aus der angegebenen Zeichenfolge und fügt es dieser Auflistung hinzu.

Add(UrlPrefix)

Fügt dieser Auflistung einen UrlPrefix hinzu.

Clear()

Sammlungs- oder URLpräfixe

Contains(UrlPrefix)

Sammlungs- oder URLpräfixe

CopyTo(UrlPrefix[], Int32)

Sammlungs- oder URLpräfixe

GetEnumerator()

Gibt einen Enumerator zurück, der diese Auflistung durchläuft.

Remove(String)

Sammlungs- oder URLpräfixe

Remove(UrlPrefix)

Sammlungs- oder URLpräfixe

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

Sammlungs- oder URLpräfixe

Gilt für: