Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Http.​Features.​IRouteValuesFeature

Assembly: Microsoft.AspNetCore.Http.Abstractions

A feature interface for routing values. Use <see cref="P:Microsoft.AspNetCore.Http.HttpContext.Features" /> to access the values associated with the current request.

Properties

Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.RouteValueDictionary" /> associated with the current request.