TemplateBinder.BindValues(RouteValueDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.