Dela via


QueryTransformExtensions Class

Definition

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.

Applies to