资源简介
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 Getxm
目录 0 2015-04-27 17:45 Getxm
目录 0 2015-04-27 17:45 Getxm
文件 935 2013-09-30 12:38 Getxm
文件 19456 2013-12-07 17:02 Getxm
文件 1661 2013-10-08 16:15 Getxm
文件 458 2013-10-14 10:23 Getxm
文件 3642 2013-10-23 16:10 Getxm
文件 853 2013-09-30 12:47 Getxm
目录 0 2015-04-27 17:45 Getxm
文件 1344 2013-09-30 12:38 Getxm
文件 7302 2013-10-08 09:41 Getxm
文件 4189 2013-10-14 10:20 Getxm
文件 1216 2013-10-14 10:20 Getxm
文件 14939 2013-10-10 14:38 Getxm
文件 3837 2015-04-27 17:45 Getxm
目录 0 2014-05-30 09:42 Getxm
文件 935 2015-04-27 17:45 Getxm
文件 22016 2015-04-28 17:57 Getxm
目录 0 2014-05-30 09:42 Getxm
文件 9 2014-05-30 09:42 Getxm
目录 0 2014-05-30 09:42 Getxm
文件 7168 2015-04-28 17:55 Getxm
文件 22016 2015-04-28 17:55 Getxm
文件 9 2014-05-30 09:42 Getxm
文件 1661 2013-10-08 16:15 Getxm
文件 458 2013-10-14 10:23 Getxm
文件 3642 2013-10-23 16:10 Getxm
文件 853 2013-09-30 12:47 Getxm
目录 0 2014-05-30 09:42 Getxm
目录 0 2015-04-27 17:45 Getxm
............此处省略24个文件信息
- 上一篇:留言板用C#做的留言板
- 下一篇:C#实现窗体最小化和托盘功能源代码
评论
共有 条评论