Skip to content

Commit 1a2c825

Browse files
authored
Merge pull request #128122 from flcdrg/patch-8
Correct ASP.NET Core Route Constraint reference
2 parents 7bf6949 + 7b4aa19 commit 1a2c825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ By default when you create a function for an HTTP trigger, the function is addre
700700
https://<APP_NAME>.azurewebsites.net/api/<FUNCTION_NAME>
701701
```
702702

703-
You can customize this route using the optional `route` property on the HTTP trigger's input binding. You can use any [Web API Route Constraint](https://www.asp.net/web-api/overview/web-api-routing-and-actions/attribute-routing-in-web-api-2#constraints) with your parameters.
703+
You can customize this route using the optional `route` property on the HTTP trigger's input binding. You can use any [ASP.NET Core Route Constraint](/aspnet/core/fundamentals/routing#route-constraints) with your parameters.
704704

705705
::: zone pivot="programming-language-csharp"
706706

0 commit comments

Comments
 (0)