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 前缀 |