UrlPrefixCollection.Remove 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Remove(UrlPrefix)
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
从 ICollection<T> 中移除特定对象的第一个匹配项。
public:
 virtual bool Remove(Microsoft::AspNetCore::Server::HttpSys::UrlPrefix ^ item);public bool Remove(Microsoft.AspNetCore.Server.HttpSys.UrlPrefix item);abstract member Remove : Microsoft.AspNetCore.Server.HttpSys.UrlPrefix -> bool
override this.Remove : Microsoft.AspNetCore.Server.HttpSys.UrlPrefix -> boolPublic Function Remove (item As UrlPrefix) As Boolean参数
- item
- UrlPrefix
返回
实现
适用于
Remove(String)
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
				   System.Object.Remove(System.String) 
			
		public:
 bool Remove(System::String ^ prefix);public bool Remove(string prefix);member this.Remove : string -> boolPublic Function Remove (prefix As String) As Boolean参数
- prefix
- String