QueryTransformExtensions 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.
Extensions for adding query transforms.
public static class QueryTransformExtensions
type QueryTransformExtensions = class
Public Module QueryTransformExtensions
- Inheritance
-
QueryTransformExtensions
Methods
AddQueryRemoveKey(TransformBuilderContext, String) |
Adds the transform that will remove the given query key. |
AddQueryRouteValue(TransformBuilderContext, String, String, Boolean) |
Adds the transform that will append or set the query parameter from a route value. |
AddQueryValue(TransformBuilderContext, String, String, Boolean) |
Adds the transform that will append or set the query parameter from the given value. |
WithTransformQueryRemoveKey(RouteConfig, String) |
Clones the route and adds the transform that will remove the given query key. |
WithTransformQueryRouteValue(RouteConfig, String, String, Boolean) |
Clones the route and adds the transform that will append or set the query parameter from a route value. |
WithTransformQueryValue(RouteConfig, String, String, Boolean) |
Clones the route and adds the transform that will append or set the query parameter from the given value. |