Table of Contents

Class TransformHelpers

Namespace
Yarp.ReverseProxy.Transforms.Builder
Assembly
Yarp.ReverseProxy.dll
public static class TransformHelpers
Inheritance
TransformHelpers
Inherited Members

Methods

CheckTooManyParameters(IReadOnlyDictionary<string, string>, int)

public static void CheckTooManyParameters(IReadOnlyDictionary<string, string> rawTransform, int expected)

Parameters

rawTransform IReadOnlyDictionary<string, string>
expected int

TryCheckTooManyParameters(TransformRouteValidationContext, IReadOnlyDictionary<string, string>, int)

public static void TryCheckTooManyParameters(TransformRouteValidationContext context, IReadOnlyDictionary<string, string> rawTransform, int expected)

Parameters

context TransformRouteValidationContext
rawTransform IReadOnlyDictionary<string, string>
expected int