PathToUrlMapper.Contains Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified path has a URL mapping.
public bool Contains(string path)Parameters
pathstring- The path to check for a mapping.
Returns
Exceptions
- ArgumentException
- Thrown when
pathisnullor empty.
