Property Params
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Params
Path parameters collected from every matched route.
public IReadOnlyDictionary<string, string> Params { get; init; }
Property Value
- IReadOnlyDictionary<string, string>
Path parameters collected from every matched route.
public IReadOnlyDictionary<string, string> Params { get; init; }