Share via


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

属性值

适用于