/Hi.UrlRewrite/Entities/Using.cs
https://github.com/bdsvac/UrlRewrite · C# · 15 lines · 14 code · 1 blank · 0 comment · 0 complexity · 8a98a7b07149d0c87254984f6a6c9575 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Hi.UrlRewrite.Entities
- {
- public enum Using
- {
- RegularExpressions,
- Wildcards,
- ExactMatch
- }
- }