ICorsPolicyMetadata.Policy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The policy which needs to be applied.
public:
property Microsoft::AspNetCore::Cors::Infrastructure::CorsPolicy ^ Policy { Microsoft::AspNetCore::Cors::Infrastructure::CorsPolicy ^ get(); };
public Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicy Policy { get; }
member this.Policy : Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicy
Public ReadOnly Property Policy As CorsPolicy