共用方式為


UrlHelperBase.GetValuesDictionary(Object) 方法

定義

使用指定的值取得 RouteValueDictionary

protected:
 Microsoft::AspNetCore::Routing::RouteValueDictionary ^ GetValuesDictionary(System::Object ^ values);
protected Microsoft.AspNetCore.Routing.RouteValueDictionary GetValuesDictionary (object values);
protected Microsoft.AspNetCore.Routing.RouteValueDictionary GetValuesDictionary (object? values);
member this.GetValuesDictionary : obj -> Microsoft.AspNetCore.Routing.RouteValueDictionary
Protected Function GetValuesDictionary (values As Object) As RouteValueDictionary

參數

values
Object

要使用的值。

傳回

RouteValueDictionary具有指定值的 。

適用於