Gets or sets the back office application path from the website root. Defaults to /redakt
. Getting the root path is guaranteed to be in the format "/{path*}", i.e. always starts with a slash, followed by the (optional) path, and never ends with a slash unless it is the root url ("/") itself.
public string RootPath { get; set; }
- Type:
- string