- Is there any way to call another MVC widget inside new MVC widget?
@model MessageWidget.Mvc.Models.MessageWidgetExtendedModel
//How I can call MessageWidget View here?
- Can I add this widget programatically to a MVC page template using feather? I don't want to drag from toolbox and add but directly add from the code.