共用方式為


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

包含路由參數的字典。

傳回

路由的字串表示。

適用於