UrlPrefixCollection.Remove Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
Remove(UrlPrefix) | |
Remove(String) |
Remove(UrlPrefix)
- Sumber:
- UrlPrefixCollection.cs
- Sumber:
- UrlPrefixCollection.cs
- Sumber:
- UrlPrefixCollection.cs
Menghapus kemunculan pertama objek tertentu dari 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
Mengembalikan
Penerapan
Berlaku untuk
Remove(String)
- Sumber:
- UrlPrefixCollection.cs
- Sumber:
- UrlPrefixCollection.cs
- Sumber:
- 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