Property PathnameBase
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
PathnameBase
Resolved cumulative URL pathname from the root up to and including this route level (params
substituted, always rooted with a leading /). Drives route-relative navigation: a
.. removes this route's entire URL contribution — which may span multiple segments for a
multi-segment route pattern — rather than a single URL segment. Defaults to / when not
computed (e.g. hand-built matches).
public string PathnameBase { get; init; }
Property Value
- string