ITransformBuilder.ValidateRoute(RouteConfig) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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