Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz96 committed Dec 29, 2023
1 parent c79b532 commit b0d0267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Func<BindingSource?, bool> bindingSourceFilter = bindingSource =>
|| bindingSource.CanAcceptDataFrom(BindingSource.Query)
|| bindingSource.CanAcceptDataFrom(BindingSource.Path);
```
You pass null or default(T) to excluded action parameters when calling IUriGenerator.GetUriByExpression<TController> or a similar method.
You pass null or default(T) to excluded action parameters when calling IUriGenerator.GetUriByExpression or a similar method.

For more information on binding sources, see ASP.NET Core documentation.

Expand Down

0 comments on commit b0d0267

Please sign in to comment.