Udostępnij za pośrednictwem


UrlPrefixCollection.Remove Metoda

Definicja

Przeciążenia

Remove(UrlPrefix)
Remove(String)

Remove(UrlPrefix)

Źródło:
UrlPrefixCollection.cs
Źródło:
UrlPrefixCollection.cs
Źródło:
UrlPrefixCollection.cs

Usuwa pierwsze wystąpienie określonego obiektu z obiektu 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

Parametry

item
UrlPrefix

Zwraca

Implementuje

Dotyczy

Remove(String)

Źródło:
UrlPrefixCollection.cs
Źródło:
UrlPrefixCollection.cs
Źródło:
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

Parametry

prefix
String

Zwraca

Dotyczy