Share via


VirtualPathContext.AmbientValues 属性

定义

获取与当前请求关联的路由值集。

public:
 property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ AmbientValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary AmbientValues { get; }
member this.AmbientValues : Microsoft.AspNetCore.Routing.RouteValueDictionary
Public ReadOnly Property AmbientValues As RouteValueDictionary

属性值

适用于