Property MatchedPath
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
MatchedPath
Matched path segment string (the route's own path, trimmed). Used for display / debug.
public string? MatchedPath { get; init; }
Property Value
- string
Matched path segment string (the route's own path, trimmed). Used for display / debug.
public string? MatchedPath { get; init; }