A Boolean that specifies whether the connector should remove fragment identifiers from URLs. For example, when this parameter is set to true
, the connector would remove #top
from the URL http://www.mysite.com/mypage#top
.
The fragment identifiers are removed as soon as the links are extracted from a page. Regular expressions set by parameters such as UrlCantHaveRegex
are applied after the fragment identifiers have been removed from the URLs.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | StripFragmentIdentifiers=False
|
See Also: |
|