PathToUrlMapper.Remove Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Removes a URL mapping for the specified source path.
public bool Remove(string path)Parameters
pathstring- The path to remove.
Returns
Exceptions
- ArgumentException
- Thrown when
pathisnullor empty.
