关于aspx消除源代码的第一行空行(一步搞定!!!)

原来的:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>
<!DOCTYPE html>

合成一行:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %><!DOCTYPE html>
原文地址:https://www.cnblogs.com/ccww/p/3031948.html