aspnetcore/test/Microsoft.AspNetCore.Rewrit.../ModRewriteRuleBuilderTest.cs

15 lines
331 B
C#

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNetCore.Http;
using Xunit;
namespace Microsoft.AspNetCore.Rewrite
{
public class ModRewriteRuleBuilderTest
{
}
}