• 大小: 52KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: C#
  • 标签:

资源简介

C#后台获取xml文件信息显示到web界面,同时读取xml文件中坐标信息显示到对应web界面。

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.xml.Linq;

namespace WebApplication1
{
    public class Class1
    {
        private string displayname;

        public string Displayname
        {
            get { return displayname; }
            set { displayname = value; }
        }

        public string valu;
        
        public string Valu
        {
            get { return valu; }
            set { valu = value; }
        }

        public string x;

        public string X
        {
            get { return x; }
            set { x = value; }
        }
        public string y;

        public string Y
        {
            get { return y; }
            set { y = value; }
        }

        public string width;
        public string Width
        {
            get { return width; }
            set { width = value; }
        }

        public string height;
        public string Height
        {
            get { return height; }
            set {height = value;}
        }

        public Class1()
        {

        }
        public Class1(string displayname string valustring xstring ystring widthstring height)
        {
            this.Displayname = displayname;
            this.Valu = valu;
            this.X = x;
            this.Y = y;
            this.Width = width;
            this.Height = height;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-04-27 17:45  GetxmlInfo\
     目录           0  2015-04-27 17:45  GetxmlInfo\Backup\
     目录           0  2015-04-27 17:45  GetxmlInfo\Backup\WebApplication1\
     文件         935  2013-09-30 12:38  GetxmlInfo\Backup\WebApplication1.sln
     文件       19456  2013-12-07 17:02  GetxmlInfo\Backup\WebApplication1.suo
     文件        1661  2013-10-08 16:15  GetxmlInfo\Backup\WebApplication1\Class1.cs
     文件         458  2013-10-14 10:23  GetxmlInfo\Backup\WebApplication1\Default.aspx
     文件        3642  2013-10-23 16:10  GetxmlInfo\Backup\WebApplication1\Default.aspx.cs
     文件         853  2013-09-30 12:47  GetxmlInfo\Backup\WebApplication1\Default.aspx.designer.cs
     目录           0  2015-04-27 17:45  GetxmlInfo\Backup\WebApplication1\Properties\
     文件        1344  2013-09-30 12:38  GetxmlInfo\Backup\WebApplication1\Properties\AssemblyInfo.cs
     文件        7302  2013-10-08 09:41  GetxmlInfo\Backup\WebApplication1\Web.config
     文件        4189  2013-10-14 10:20  GetxmlInfo\Backup\WebApplication1\WebApplication1.csproj
     文件        1216  2013-10-14 10:20  GetxmlInfo\Backup\WebApplication1\WebApplication1.csproj.user
     文件       14939  2013-10-10 14:38  GetxmlInfo\Backup\WebApplication1\xmlFile1.xml
     文件        3837  2015-04-27 17:45  GetxmlInfo\UpgradeLog.xml
     目录           0  2014-05-30 09:42  GetxmlInfo\WebApplication1\
     文件         935  2015-04-27 17:45  GetxmlInfo\WebApplication1.sln
     文件       22016  2015-04-28 17:57  GetxmlInfo\WebApplication1.suo
     目录           0  2014-05-30 09:42  GetxmlInfo\WebApplication1\App_Data\
     文件           9  2014-05-30 09:42  GetxmlInfo\WebApplication1\App_Data\_desktop.ini
     目录           0  2014-05-30 09:42  GetxmlInfo\WebApplication1\bin\
     文件        7168  2015-04-28 17:55  GetxmlInfo\WebApplication1\bin\WebApplication1.dll
     文件       22016  2015-04-28 17:55  GetxmlInfo\WebApplication1\bin\WebApplication1.pdb
     文件           9  2014-05-30 09:42  GetxmlInfo\WebApplication1\bin\_desktop.ini
     文件        1661  2013-10-08 16:15  GetxmlInfo\WebApplication1\Class1.cs
     文件         458  2013-10-14 10:23  GetxmlInfo\WebApplication1\Default.aspx
     文件        3642  2013-10-23 16:10  GetxmlInfo\WebApplication1\Default.aspx.cs
     文件         853  2013-09-30 12:47  GetxmlInfo\WebApplication1\Default.aspx.designer.cs
     目录           0  2014-05-30 09:42  GetxmlInfo\WebApplication1\obj\
     目录           0  2015-04-27 17:45  GetxmlInfo\WebApplication1\obj\Debug\
............此处省略24个文件信息

评论

共有 条评论

相关资源