UrlPrefixCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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() |