TransformRouteValidationContext Class
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.
State used when validating transforms for the given route.
public class TransformRouteValidationContext
type TransformRouteValidationContext = class
Public Class TransformRouteValidationContext
- Inheritance
-
TransformRouteValidationContext
Constructors
TransformRouteValidationContext() |
Properties
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. |