// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Microsoft.AspNetCore.Routing.Matching;
// End-to-end tests for the content encoding negotiation matching functionality (IEndpointSelectorPolicy path)
public class ContentEncodingNegotiationMatcherPolicyIEndpointSelectorPolicyIntegrationTest : ContentEncodingNegotiationMatcherPolicyIntegrationTestBase
{
protected override bool HasDynamicMetadata => true;
}
|