IRouteValuesFeature インターフェイス

定義

ルーティング値の機能インターフェイス。 を使用して Features 、現在の要求に関連付けられている値にアクセスします。

public interface class IRouteValuesFeature
public interface IRouteValuesFeature
type IRouteValuesFeature = interface
Public Interface IRouteValuesFeature
派生

プロパティ

RouteValues

現在の要求に関連付けられている を RouteValueDictionary 取得または設定します。

適用対象