IOutboundParameterTransformer Interfejs

Definicja

Definiuje kontrakt, który klasa musi zaimplementować w celu przekształcania wartości tras podczas tworzenia identyfikatora URI.

public interface class IOutboundParameterTransformer : Microsoft::AspNetCore::Routing::IParameterPolicy
public interface IOutboundParameterTransformer : Microsoft.AspNetCore.Routing.IParameterPolicy
type IOutboundParameterTransformer = interface
    interface IParameterPolicy
Public Interface IOutboundParameterTransformer
Implements IParameterPolicy
Implementuje

Metody

TransformOutbound(Object)

Przekształca określoną wartość trasy do ciągu w celu uwzględnienia w identyfikatorze URI.

Dotyczy