Property Params
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Params
Parameters captured across the full matched route branch.
public IReadOnlyDictionary<string, string> Params { get; init; }
Property Value
- IReadOnlyDictionary<string, string>
Parameters captured across the full matched route branch.
public IReadOnlyDictionary<string, string> Params { get; init; }