Property Path
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Path
Route pattern matched against the URL, e.g. "users/:id" ("/" for the root,
"" for an index route). Supports :param, optional :param?, and splat *.
public string? Path { get; init; }
Property Value
- string