UrlPrefixCollection.Remove Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Remove(UrlPrefix)
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
Removes the first occurrence of a specific object from the 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 -> boolPublic Function Remove (item As UrlPrefix) As BooleanParameters
- item
- UrlPrefix
Returns
Implements
Applies to
Remove(String)
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
- Source:
- UrlPrefixCollection.cs
public:
 bool Remove(System::String ^ prefix);public bool Remove(string prefix);member this.Remove : string -> boolPublic Function Remove (prefix As String) As BooleanParameters
- prefix
- String