AcceptedAtActionResult.RouteValues 속성

정의

URL 생성에 사용할 경로 데이터를 가져오거나 설정합니다.

public:
 property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ RouteValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary RouteValues { get; set; }
public Microsoft.AspNetCore.Routing.RouteValueDictionary? RouteValues { get; set; }
member this.RouteValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Property RouteValues As RouteValueDictionary

속성 값

적용 대상