Namespace Coree.NETASP.Middleware.HostNameFiltering
Classes
HostNameFilterOptions
Provides configuration settings for filtering requests based on hostname values. This class represents the options used by HostNameFilteringMiddleware to determine which hostnames are allowed to access the application.
HostNameFilteringExtensions
Contains extension methods for registering the HostNameFilteringMiddleware in an application's service collection. These methods provide a convenient way to configure and apply hostname-based request filtering directly from the application startup.
HostNameFilteringMiddleware
Middleware to filter requests based on the host header.