HttpMethodTransformExtensions 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 modifying the request method.
public static class HttpMethodTransformExtensions
type HttpMethodTransformExtensions = class
Public Module HttpMethodTransformExtensions
- Inheritance
-
HttpMethodTransformExtensions
Methods
| 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. |