次の方法で共有


TemplateBinder.BindValues(RouteValueDictionary) メソッド

定義

ルートに関連付けられている URI の文字列表現を返します。

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

パラメーター

acceptedValues
RouteValueDictionary

ルートのパラメーターを含むディクショナリ。

戻り値

ルートの文字列表現。

適用対象