资讯

You can take advantage of custom route constraints in ASP.NET Core to validate route values and avoid passing unwanted or unnecessary requests to action methods.
The Data protection stack in ASP.NET Core provides an easy-to-use cryptographic API for protecting data, including the necessary mechanisms for encryption and decryption.
ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application.