1
我有一個類,我想在一個大網站的所有頁面(.aspx頁面)。 我該怎麼做?我有一個類,我想在一個大網站的所有頁面(.aspx頁面)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace masterbinoy.myGlobal
{
public static class myGlobal
{
static void checkAuthority(string url="~/Default.aspx")
{
}
}
}
現在我想在所有其他網頁這個名字空間甚至當我創建就像默認系統命名空間
你看了關於母版頁和認證? – CodeCaster
我知道關於母版頁,但我沒有閱讀認證。如果您可以發佈一些參考網址,我將不勝感激。 – masterbinoy