asp.net一般处理程序
代码如下:context.Response.ContentType="text/htmstringpath=context.Server.MapPath("~/admin...
代码如下:
context.Response.ContentType = "text/htm
string path = context.Server.MapPath("~/admin/");
string data=File.ReadAllText(path+"UserMrg.aspx");
context.Response.Write(data+path);
可是这里的data写出的是
<asp:Button ID="Button1" runat="Server" />
有没有什么办法使这里的data变成编译后的
<input type="Button1" />
请高手指点指点我 展开
context.Response.ContentType = "text/htm
string path = context.Server.MapPath("~/admin/");
string data=File.ReadAllText(path+"UserMrg.aspx");
context.Response.Write(data+path);
可是这里的data写出的是
<asp:Button ID="Button1" runat="Server" />
有没有什么办法使这里的data变成编译后的
<input type="Button1" />
请高手指点指点我 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询