UrlHelper.AmbientValues 属性

定义

获取与 RouteValueDictionary 当前请求关联的 。

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

属性值

适用于