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í.
Prefijos de colección o 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 |
Prefijos de colección o dirección URL |
IsReadOnly |
Prefijos de colección o dirección URL |
Métodos
Add(String) |
Prefijos de colección o dirección URL |
Add(UrlPrefix) |
Prefijos de colección o dirección URL |
Clear() |
Prefijos de colección o dirección URL |
Contains(UrlPrefix) |
Prefijos de colección o dirección URL |
CopyTo(UrlPrefix[], Int32) |
Prefijos de colección o dirección URL |
GetEnumerator() |
Prefijos de colección o dirección URL |
Remove(String) |
Prefijos de colección o dirección URL |
Remove(UrlPrefix) |
Prefijos de colección o dirección URL |
Implementaciones de interfaz explícitas
IEnumerable.GetEnumerator() |
Prefijos de colección o dirección URL |