SGGL_SHJ/SGGL/FineUIPro.Web/config/enable_gzip_iis6.aspx.cs

12 lines
199 B
C#
Raw Permalink Normal View History

2022-09-05 16:36:31 +08:00
using System;
namespace FineUIPro.Web.config
{
public partial class enable_gzip_iis6 : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}