从MSDN中查到可以这样写:using System.Web.UI.Design;...[EditorAttribute(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(UITypeEditor))]
public string ImageUrl
{
}编译时,却说:不存在 Design命名空间, 怎么回事?