HttpRequest.RouteValues プロパティ

定義

この要求のルート値のコレクションを取得します。

public:
 virtual property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ RouteValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary RouteValues { get; set; }
member this.RouteValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Overridable Property RouteValues As RouteValueDictionary

プロパティ値

この要求のルート値のコレクション。

適用対象