.Net C# App_code共用函數資料夾讀取SESSION

摘要:.Net C# App_code共用函數資料夾讀取SESSION

1. 建立.cs檔案,直接可以寫程式
2.
在其他資料夾,不需要任何的宣告,直接可以使用App_Code的值、類別、函數

在App_Code寫程式
Session()要換成HttpContext.Current.Session()


Response.Write()要換成System.Web.HttpContext.Current.Response.Write()

Request系列也要換成HttpContext.Current.Request