PathToUrlMapper.Add Method
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Adds a URL mapping for the specified source path.
public bool Add(string path, Uri url)Parameters
Returns
Exceptions
- ArgumentException
- Thrown when
pathisnullor empty. - ArgumentNullException
- Thrown when
urlisnull.
