次の方法で共有


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

プロパティ値

適用対象