Sdílet prostřednictvím


TemplateBinder.BindValues(RouteValueDictionary) Metoda

Definice

Vrátí řetězcovou reprezentaci identifikátoru URI přidruženého 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 pro trasu.

Návraty

Řetězcová reprezentace trasy.

Platí pro