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指定した値を持つ 。

適用対象