RouteConfig.Transforms Property
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.
Parameters used to transform the request and response. See ITransformBuilder.
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyDictionary<string,string>>? Transforms { get; init; }
member this.Transforms : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyDictionary<string, string>> with get, set
Public Property Transforms As IReadOnlyList(Of IReadOnlyDictionary(Of String, String))