色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

asp.net(c#)利用構(gòu)造器鏈的代碼

復(fù)制代碼 代碼如下:
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class Default4 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
WebInfo info = new WebInfo();
string infoOut = string.Format("站點(diǎn):{0}<br>域名:{1}",info.WebName,info.WebUrl);
Response.Write(infoOut);
}

public class WebInfo
{

public WebInfo():this("搜索吧","http://www.sosuo8.com/")
{
}

public WebInfo(string webUrl):this("搜索吧",webUrl)
{
}

public WebInfo(string webName, string webUrl)
{
_webName = webName;
_webUrl = webUrl;
}

private string _webName;
private string _webUrl;

public string WebName
{
get
{
return _webName;
}
set
{
_webName = value;
}
}
public string WebUrl
{
get
{
return _webUrl;
}
set
{
_webUrl = value;
}
}


}
}

AspNet技術(shù)asp.net(c#)利用構(gòu)造器鏈的代碼,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 富锦市| 石嘴山市| 获嘉县| 宁陵县| 仪陇县| 海城市| 贺州市| 三门县| 监利县| 莱州市| 泰和县| 化德县| 绥阳县| 赞皇县| 华安县| 咸宁市| 容城县| 外汇| 泰和县| 台山市| 云南省| 荔波县| 石河子市| 新建县| 永德县| 崇信县| 蛟河市| 离岛区| 蒙城县| 广宗县| 札达县| 通海县| 永春县| 安西县| 农安县| 南华县| 祥云县| 富裕县| 阳东县| 沂南县| 崇州市|