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

戻り値

適用対象