TemplateBinder.BindValues(RouteValueDictionary) Method

Definition

Returns a string representation of the URI associated with the route.

public:
 System::String ^ BindValues(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ acceptedValues);
public string BindValues (Microsoft.AspNetCore.Routing.RouteValueDictionary acceptedValues);
public string? BindValues (Microsoft.AspNetCore.Routing.RouteValueDictionary acceptedValues);
member this.BindValues : Microsoft.AspNetCore.Routing.RouteValueDictionary -> string
Public Function BindValues (acceptedValues As RouteValueDictionary) As String

Parameters

acceptedValues
RouteValueDictionary

A dictionary that contains the parameters for the route.

Returns

The string representation of the route.

Applies to