RedirectToRouteHttpResult.RouteValues Property

Definition

Gets the route data to use for generating the URL.

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

Property Value

Applies to