HttpRouteCollection.ICollection<IHttpRoute>.Remove Method (IHttpRoute)

 

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

bool ICollection<IHttpRoute>.Remove(
    IHttpRoute route
)
private:
virtual bool Remove(
    IHttpRoute^ route
) sealed = ICollection<IHttpRoute^>::Remove
private abstract Remove : 
        route:IHttpRoute -> bool
private override Remove : 
        route:IHttpRoute -> bool
Private Function Remove (
    route As IHttpRoute
) As Boolean
    Implements ICollection(Of IHttpRoute).Remove

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See Also

HttpRouteCollection Class
System.Web.Http Namespace

Return to top