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