Defines the type of rebasing to do for links when using Friendly URLs
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("urlRebaseKind", DefaultValue = "Default", IsRequired = false)] [ManagerTabAttribute(ManagerTab.FriendlyUrl)] public string UrlRebaseKind { get; set; } |