Enum UrlBuilder.RebaseKind
An enumeration for the different kinds of URL rebasing to perform.
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[Flags]
public enum RebaseKindFields
| Name | Description | 
|---|---|
| Default | The default rebasing to use, which is ToRelative | 
| IgnoreRootRelative | If the path is already root-relative, do nothing. | 
| NoLeadingDotDot | If enabled together with ToRelative it will cause root-relative paths to be generated when a leading "../" should otherwise have been generated. | 
| ToRelative | The URL should be relative (not starting with '/') | 
| ToRootRelative | The URL should be root relative (starting with a '/') | 
