Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Remove(UrlMapping)

Declaration

public bool Remove(
    UrlMapping item
)

Summary

Removes a mapping that is equal to the specified mapping.

Remarks

This will remove a mapping with a different handler if everything else about it is equal. See UrlMapping.Equals(UrlMapping).