Customizing Web Parts - hiding prop in edit mode?
问题 Update: private string _catalogIconImageUrl = "http://hostname/images/favicon.ico"; [WebBrowsableAttribute(false), Category("HIDDEN"), Personalizable(PersonalizationScope.User), WebDisplayName("Catalog Icon Image url"), WebDescription("Something")] public string CatalogIconImageUrl { get { return _catalogIconImageUrl; } set { _catalogIconImageUrl = value; } } with the above code, it does not show the image and also when i click on edit the webpart i still able to see the catalogIconImageUrl