次の方法で共有


ActionModel.RouteParameterTransformer プロパティ

定義

、、 などのactioncontroller組み込みのルート パラメーターとarea、 で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

プロパティ値

注釈

この機能は、エンドポイント ルーティングを使用する場合にのみ適用されます。

適用対象