共用方式為


UrlPrefixCollection.Remove 方法

定義

多載

Remove(UrlPrefix)
Remove(String)

Remove(UrlPrefix)

來源:
UrlPrefixCollection.cs
來源:
UrlPrefixCollection.cs
來源:
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 -> bool
Public Function Remove (item As UrlPrefix) As Boolean

參數

item
UrlPrefix

傳回

實作

適用於

Remove(String)

來源:
UrlPrefixCollection.cs
來源:
UrlPrefixCollection.cs
來源:
UrlPrefixCollection.cs
System.Object.Remove(System.String)
public:
 bool Remove(System::String ^ prefix);
public bool Remove (string prefix);
member this.Remove : string -> bool
Public Function Remove (prefix As String) As Boolean

參數

prefix
String

傳回

適用於