共用方式為


UrlPrefixCollection 類別

定義

集合或 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)
繼承
UrlPrefixCollection
實作

屬性

Count

集合或 URL 前置詞

IsReadOnly

集合或 URL 前置詞

方法

Add(String)

集合或 URL 前置詞

Add(UrlPrefix)

集合或 URL 前置詞

Clear()

集合或 URL 前置詞

Contains(UrlPrefix)

集合或 URL 前置詞

CopyTo(UrlPrefix[], Int32)

集合或 URL 前置詞

GetEnumerator()

集合或 URL 前置詞

Remove(String)

集合或 URL 前置詞

Remove(UrlPrefix)

集合或 URL 前置詞

明確介面實作

IEnumerable.GetEnumerator()

集合或 URL 前置詞

適用於