Skip to content

Calling existing MVC widget inside MVC widget #43

@chandelyt

Description

@chandelyt
  1. 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?

@Html.Raw(Model.Message)
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions