Microsoft.AspNetCore.Mvc.Cors.Internal Namespace

namespace Microsoft.AspNetCore.Mvc.Cors.Internal

Interfaces

interface ICorsAuthorizationFilter
A filter that can be used to enable/disable CORS support for a resource.

Classes

class CorsApplicationModelProvider
class CorsAuthorizationFilterFactory
A filter factory which creates a new instance of Microsoft.AspNetCore.Mvc.Cors.CorsAuthorizationFilter.
class DisableCorsAuthorizationFilter
An Microsoft.AspNetCore.Mvc.Cors.Internal.ICorsAuthorizationFilter which ensures that an action does not run for a pre-flight request.