UrlPrefixCollection Clase

Definición

Una colección o prefijos de dirección URL

public ref class UrlPrefixCollection : System::Collections::Generic::ICollection<Microsoft::Net::Http::Server::UrlPrefix ^>, System::Collections::Generic::IEnumerable<Microsoft::Net::Http::Server::UrlPrefix ^>
public class UrlPrefixCollection : System.Collections.Generic.ICollection<Microsoft.Net.Http.Server.UrlPrefix>, System.Collections.Generic.IEnumerable<Microsoft.Net.Http.Server.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
IsReadOnly

Métodos

Add(String)
Add(UrlPrefix)
Clear()
Contains(UrlPrefix)
CopyTo(UrlPrefix[], Int32)
GetEnumerator()
Remove(String)
Remove(UrlPrefix)

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Se aplica a