Table of Contents

Property Params

Namespace
Velvet
Assembly
Velvet.Docs.dll

Params

Path parameters extracted from this route segment (for example :id -> id).

public IReadOnlyDictionary<string, string> Params { get; init; }

Property Value

IReadOnlyDictionary<string, string>