PageRouteModel.RouteParameterTransformer プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
、、 などのarea
action
controller
組み込みのルート パラメーターと、 でRouteValues指定された追加パラメーターをルート テンプレート内の静的セグメントに変換するために使用される を取得または設定IOutboundParameterTransformerします。
public:
property Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ RouteParameterTransformer { Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ get(); void set(Microsoft::AspNetCore::Routing::IOutboundParameterTransformer ^ value); };
public Microsoft.AspNetCore.Routing.IOutboundParameterTransformer RouteParameterTransformer { get; set; }
public Microsoft.AspNetCore.Routing.IOutboundParameterTransformer? RouteParameterTransformer { get; set; }
member this.RouteParameterTransformer : Microsoft.AspNetCore.Routing.IOutboundParameterTransformer with get, set
Public Property RouteParameterTransformer As IOutboundParameterTransformer
プロパティ値
注釈
この機能は、エンドポイント ルーティングを使用する場合にのみ適用されます。