UrlPrefixCollection.Remove Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Remove(UrlPrefix) | |
Remove(String) |
Remove(UrlPrefix)
- Quelle:
- UrlPrefixCollection.cs
- Quelle:
- UrlPrefixCollection.cs
- Quelle:
- UrlPrefixCollection.cs
Entfernt das erste Vorkommen eines angegebenen Objekts aus der 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
Parameter
- item
- UrlPrefix
Gibt zurück
Implementiert
Gilt für:
Remove(String)
- Quelle:
- UrlPrefixCollection.cs
- Quelle:
- UrlPrefixCollection.cs
- Quelle:
- 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
Parameter
- prefix
- String