TransformRouteValidationContext Class

Definition

State used when validating transforms for the given route.

public class TransformRouteValidationContext
type TransformRouteValidationContext = class
Public Class TransformRouteValidationContext
Inheritance
TransformRouteValidationContext

Constructors

Name Description
TransformRouteValidationContext()

Properties

Name Description
Errors

The accumulated list of validation errors for this route. Add transform validation errors here.

Route

The route these transforms are associated with.

Services

Application services that can be used to validate transforms.

Applies to