Property Params
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Params
Parameters captured across the full matched branch, shared by every level. A :id
segment keys its capture as id, and a splat as *.
public IReadOnlyDictionary<string, string> Params { get; init; }
Property Value
- IReadOnlyDictionary<string, string>