| NAnt  Help  Element Reference  WebMap | v0.85 | 
Represents a single mapping from URL project path to physical project path.
| Attribute | Type | Description | Required | 
|---|---|---|---|
| path | file | Specifies the actual path to the project file, or the path fragment to replace. | True | 
| url | string | Specifies the URL of the project file, or a URL fragment to match. | True | 
| casesensitive | bool | Specifies whether the mapping is case-sensitive or not. | False | 
| if | bool | Indicates if the URL of the project file should be mapped. | False | 
| unless | bool | Indicates if the URL of the project file should not be mapped. | False |