ICorsEngine Interface

 

Provides an abstraction for evaluating CORS requests based on CorsPolicy.

Namespace:   System.Web.Cors
Assembly:  System.Web.Cors (in System.Web.Cors.dll)

Syntax

public interface ICorsEngine
public interface class ICorsEngine
type ICorsEngine = interface end
Public Interface ICorsEngine

Methods

Name Description
System_CAPS_pubmethod EvaluatePolicy(CorsRequestContext, CorsPolicy)

Evaluates the policy.

See Also

System.Web.Cors Namespace

Return to top