UrlPrefixCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
集合或 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 前置詞 |