UrlPrefixCollection 클래스

정의

컬렉션 또는 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)
상속
UrlPrefixCollection
구현

속성

Count

컬렉션 또는 URL 접두사

IsReadOnly

이 컬렉션이 readOnly인지 여부를 결정하는 값을 가져옵니다.

메서드

Add(String)

지정된 문자열에서 를 UrlPrefix 만들고 이 컬렉션에 추가합니다.

Add(UrlPrefix)

이 컬렉션에 UrlPrefix를 추가합니다.

Clear()

컬렉션 또는 URL 접두사

Contains(UrlPrefix)

컬렉션 또는 URL 접두사

CopyTo(UrlPrefix[], Int32)

컬렉션 또는 URL 접두사

GetEnumerator()

이 컬렉션을 반복하는 열거자를 반환합니다.

Remove(String)

컬렉션 또는 URL 접두사

Remove(UrlPrefix)

컬렉션 또는 URL 접두사

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

컬렉션 또는 URL 접두사

적용 대상