TemplateBinder.BindValues(RouteValueDictionary) Metoda

Definice

Vrátí řetězcovou reprezentaci identifikátoru URI přidruženou k trase.

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

Parametry

acceptedValues
RouteValueDictionary

Slovník, který obsahuje parametry trasy.

Návraty

String

Řetězcová reprezentace trasy.

Platí pro