다음을 통해 공유


RouteValuesAddress.AmbientValues 속성

정의

현재 HTTP 요청에서 주변 경로 값을 가져오거나 설정합니다.

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

속성 값

적용 대상