在类库中创建web窗体干嘛呢……不行的哦
莫非是想手写给页面文件,类似这样,然后在继承页输出?
templateBuilder 是StringBuilder
Code
templateBuilder.Append("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
templateBuilder.Append("<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n");
templateBuilder.Append("<head>\r\n");
templateBuilder.Append("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n");
先新建一个空白解决方案,然后添加类库和web工程,在web工程中添加web窗体编辑设计,然后复制到类库中~~~
实在想加进去,使用添加已存在文件的方式应该是可以的吧