Method UseParams
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
UseParams()
Returns the path parameters captured for the current location (cumulative across the matched route chain). Returns an empty dictionary when no router is mounted or no parameters were captured.
public static IReadOnlyDictionary<string, string> UseParams()
Returns
- IReadOnlyDictionary<string, string>