Udostępnij za pośrednictwem


ActionModel.RouteParameterTransformer Właściwość

Definicja

Pobiera lub ustawia element IOutboundParameterTransformer , który będzie używany do przekształcania wbudowanych parametrów trasy, takich jak action, controller, i area , a także dodatkowych parametrów określonych przez RouteValues element w segmentach statycznych w szablonie trasy.

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

Wartość właściwości

Uwagi

Ta funkcja ma zastosowanie tylko w przypadku korzystania z routingu punktów końcowych.

Dotyczy