Share via


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 지정된 값이 있는 입니다.

적용 대상