VirtualPathContext.AmbientValues Property

Definition

Gets the set of route values associated with the current request.

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

Property Value

Applies to