RequestDelegateFactoryOptions.RouteParameterNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of route parameter names that are specified for this handler.
public System.Collections.Generic.IEnumerable<string>? RouteParameterNames { get; init; }
member this.RouteParameterNames : seq<string> with get, set
Public Property RouteParameterNames As IEnumerable(Of String)