List of Tables

 

Chapter 5. Mapping URLs to methods using conventional routing

Table 5.1. Possible URLs and action method mappings for the customer section of a web application

Table 5.2. URLs that would match the template of figure 5.6 and their corresponding route values

Table 5.3. A few route constraints and their behavior when applied

Chapter 6. The binding model: retrieving and validating user input

Table 6.1. Binding request data to action method parameters from two binding sources

Chapter 8. Building forms with Tag Helpers

Table 8.1. Common data types, how to specify them, and the input element type they map to

Chapter 13. The MVC filter pipeline

Table 13.1. The effect of short-circuiting filters on filter-pipeline execution

Chapter 14. Authentication: adding users to your application with Identity

Table 14.1. Which services are and aren’t handled by ASP.NET Core Identity

Chapter 15. Authorization: securing your application

Table 15.1. Simple policy builder methods on AuthorizationPolicyBuilder

Chapter 18. Improving your application’s security

Table 18.1. The methods available for configuring a CORS policy, and their effect on the policy

Appendix A. Getting to grips with .NET Core and .NET Standard

Table A.1. Highest supported .NET Standard version for various .NET platform versions. A blank cell means that version of .NET Standard isn’t supported on the platform.