ActionConstraintContext.RouteContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property Microsoft::AspNetCore::Routing::RouteContext ^ RouteContext { Microsoft::AspNetCore::Routing::RouteContext ^ get(); void set(Microsoft::AspNetCore::Routing::RouteContext ^ value); };
public Microsoft.AspNetCore.Routing.RouteContext RouteContext { get; set; }
member this.RouteContext : Microsoft.AspNetCore.Routing.RouteContext with get, set
Public Property RouteContext As RouteContext