RouteValuesAddress.ExplicitValues Property

Definition

Gets or sets the route values that are explicitly specified.

public:
 property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ ExplicitValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary ExplicitValues { get; set; }
member this.ExplicitValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Property ExplicitValues As RouteValueDictionary

Property Value

Applies to