Table of Contents

Class UrlPath

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the URL path.

public sealed class UrlPath
Inheritance
object
UrlPath
Extension Methods

Constructors

UrlPath()

public UrlPath()

Properties

Path

Resolved URL path.

public string Path { get; init; }

Property Value

string

RelativePath

Relative URL path starting with '~/'.

public string RelativePath { get; init; }

Property Value

string