ActionModel.RouteParameterTransformer Özellik

Tanım

, controllerve gibi actionyerleşik yol parametrelerini ve area tarafından belirtilen RouteValues ek parametreleri yol şablonundaki statik segmentlere dönüştürmek için kullanılacak bir IOutboundParameterTransformer alır veya ayarlar.

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

Özellik Değeri

Açıklamalar

Bu özellik yalnızca uç nokta yönlendirme kullanılırken geçerlidir.

Şunlara uygulanır