Bagikan melalui


ActionModel.RouteParameterTransformer Properti

Definisi

Mendapatkan atau mengatur IOutboundParameterTransformer yang akan digunakan untuk mengubah parameter rute bawaan seperti action, , controllerdan area serta parameter tambahan yang ditentukan oleh RouteValues menjadi segmen statis dalam templat rute.

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

Nilai Properti

Keterangan

Fitur ini hanya berlaku saat menggunakan perutean titik akhir.

Berlaku untuk