Share via


UrlHelperBase.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

プロパティ値

適用対象