Dela via


ITransformBuilder.ValidateRoute(RouteConfig) Method

Definition

Validates that each transform for the given route is known and has the expected parameters. All transforms are validated so all errors can be reported.

public System.Collections.Generic.IReadOnlyList<Exception> ValidateRoute (Yarp.ReverseProxy.Configuration.RouteConfig route);
abstract member ValidateRoute : Yarp.ReverseProxy.Configuration.RouteConfig -> System.Collections.Generic.IReadOnlyList<Exception>
Public Function ValidateRoute (route As RouteConfig) As IReadOnlyList(Of Exception)

Parameters

route
RouteConfig

Returns

Applies to