我有以下網頁: Default.aspx
find_provider.aspx --> (has a search which takes the user to each provider page) --> provider.aspx?id={####}
news.aspx --> (has links to each news) --> article.aspx?id={####}
h
我按照方向here添加了一個新的擴展,以便在新圖像上傳到Ektron時觸發事件。我在我的項目的App_Code文件夾中創建新文件: using System;
using System.Collections.Generic;
using System.Text;
using Ektron.Cms;
using Ektron.Cms.Common;
using Ektron.Cms.Ex