IOutboundParameterTransformer Rozhraní

Definice

Definuje kontrakt, který musí třída implementovat, aby transformovala hodnoty trasy při vytváření identifikátoru 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)

Transformuje zadanou hodnotu trasy na řetězec pro zahrnutí do identifikátoru URI.

Platí pro