TemplateBinder.BindValues(RouteValueDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與路由相關聯之 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
包含路由參數的字典。
傳回
路由的字串表示。