IExceptionHandlerFeature.RouteValues Property

Definition

Gets the RouteValueDictionary associated with the original request.

public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary? RouteValues { get; }
member this.RouteValues : Microsoft.AspNetCore.Routing.RouteValueDictionary
Public Overridable ReadOnly Property RouteValues As RouteValueDictionary

Property Value

Applies to