Badges | |
---|---|
netstandard 2.0 |
WebAPIContrib.Core is a collection of open source projects, add-ons and extensions to help improve your work with ASP.NET Core and ASP.NET Core MVC.
- WebApiContrib.Core
GlobalRoutePrefixConvention
-IApplicationModelConvention
allowing you to set a global route prefix, which is then combined into all actionsFromBodyApplicationModelConvention
-IApplicationModelConvention
allowing you to globally apply body binding source to action parameters. You can also provide predicates to filter on specific controllers, actions or parametersRequiredFromQueryAttribute
allowing you to mark specific action parameters as mandatory query stringsOverridableFilterProvider
- allows you to override filters from higher scope (i.e. global filters) on lower scope (i.e. controller filters)ValidationAttribute
- an action filter returning 400 response in case there are any model state errors
- WebApiContrib.Core.Formatter.Bson
- WebApiContrib.Core.Formatter.Csv
- WebApiContrib.Core.Formatter.PlainText
- WebApiContrib.Core.Formatter.Jsonp
- WebApiContrib.Core.Formatter.MessagePack
- WebApiContrib.Core.Formatter.Protobuf
- WebApiContrib.Core.Formatter.Yaml
A project allowing you to create Razor web pages without any controller/action infrastructure. Just add a Views/MyPage.cshtml
and you can now navigate to <server root>/MyPage
in the browser. Supports the typical Razor constructs - inline C# code, @inject
etc.
- WebApiContrib.Core.Versioning - a library allowing you to define API versioning strategies
If you would like to contribute, feel free to fork the projects or get in touch with the mailing list: https://groups.google.com/group/webapicontrib or on Slack. Also make sure to look at the contributing guidelines.
You created your own project and now want to transfer it to WebApiContrib? Awesome! We've got you covered. It is easy peasy.