|
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/a9c620a6/adfd1229/ |
?#pragma checksum "D:\wwwroot\skypoms23com\wwwroot\Master.master.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "03F290255061069F939BD3BE4A980E56"
#line 1 "D:\wwwroot\skypoms23com\wwwroot\Master.master.cs"
using System;
using System.Collections;
using System.Configuration;
using System.Data;
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 Master : System.Web.UI.MasterPage
{
UI ui = new UI();
private string title;
public string Title
{
get { return title; }
set { title = value; }
}
private string keyWords;
public string KeyWords
{
get { return keyWords; }
set { keyWords = value; }
}
private string description;
public string Description
{
get { return description; }
set { description = value; }
}
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
}
}
}
#line default
#line hidden