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

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

復制代碼 代碼如下:
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("站點:{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技術asp.net(c#)利用構造器鏈的代碼,轉載需保留來源!

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

主站蜘蛛池模板: 叶城县| 万源市| 齐河县| 广州市| 西充县| 西安市| 灵台县| 仲巴县| 横山县| 襄垣县| 正镶白旗| 壶关县| 临沭县| 蓝山县| 鄂托克旗| 临澧县| 喀喇| 腾冲县| 翁牛特旗| 枞阳县| 沙洋县| 宜春市| 大英县| 茌平县| 屏南县| 通辽市| 江口县| 汾阳市| 乌恰县| 启东市| 弥渡县| 揭西县| 富蕴县| 通州区| 武隆县| 中超| 西乌珠穆沁旗| 凤阳县| 赣榆县| 吉林省| 本溪市|