Share via


HttpMethodTransformExtensions Class

Definition

Extensions for modifying the request method.

public static class HttpMethodTransformExtensions
type HttpMethodTransformExtensions = class
Public Module HttpMethodTransformExtensions
Inheritance
HttpMethodTransformExtensions

Methods

Name Description
AddHttpMethodChange(TransformBuilderContext, String, String)

Adds the transform that will replace the HTTP method if it matches.

WithTransformHttpMethodChange(RouteConfig, String, String)

Clones the route and adds the transform that will replace the HTTP method if it matches.

Applies to