Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum UrlBuilder.RebaseKind

An enumeration for the different kinds of URL rebasing to perform.

Namespace: EPiServer
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[Flags]
public enum RebaseKind

Fields

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 '/')

Extension Methods