Is it possible to add a custom widget icon to an MVC widget?

Posted by Community Admin on 03-Aug-2018 22:10

Is it possible to add a custom widget icon to an MVC widget?

All Replies

Posted by Community Admin on 18-Jul-2012 00:00

According to this page in the Sitefinity Documentation, you can easily register an MVC widget (in Pure or Hybrid mode) using the following controller decorator syntax:

[ControllerToolboxItem(Name = "Features", Title = "Features", SectionName = "MVC")] 

My question: can we also set a custom widget icon like we can for WebForms?

This thread is closed