918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/cae6aa2e/15328683/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/cae6aa2e/15328683/App_Web_udtjoghq.9.cs
?#pragma checksum "D:\wwwroot\anlian2025\wwwroot\ProSearch.aspx.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0D551062BD1043FAF3496D085523F2EECA960EDE"

#line 1 "D:\wwwroot\anlian2025\wwwroot\ProSearch.aspx.cs"
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;
using System.Data.SqlClient;
using basic;
using WebApp.Components;
using System.Text;

public partial class ProSearch : System.Web.UI.Page
{
    public BasicPage bp = new BasicPage();
    public int ClassID;
    public string strParentColumnName = null;
    public string strColumnName = "Search results";
    public string KeyName = "";
    public string strPath = null;
    public SystemTools systemtools = new SystemTools();

    public int intTypeID;

    protected void Page_Load(object sender, EventArgs e)
    {
        //挪用类
        Common common = new Common();
        //读取整站SEO的设相信息
        ClientSEO clientseo = common.showSEO();
        this.Title = clientseo.WebTitle;
        description.Attributes["content"] = clientseo.WebDescription;
        keywords.Attributes["content"] = clientseo.WebKeywords;

    }
}



#line default
#line hidden