Load content into DIV from topic page with source code behind it

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anni tempo fa
What command would be required to perform the above?

I know about @Html.Raw loads, but I want to know if there is a way to add a chunk of code from a "Topics (pages)" using the System Name field.
7 anni tempo fa
[email protected] wrote:
What command would be required to perform the above?

I know about @Html.Raw loads, but I want to know if there is a way to add a chunk of code from a "Topics (pages)" using the System Name field.


@Html.Action("TopicBlock", "Topic", new { systemName = "YourTopic_systemName " })
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.