从Action中注入html

时间:2014-01-15 10:16:03

标签: c# asp.net .net orchardcms orchardcms-1.6

我正在尝试从不同的操作(最好是从事件中)向视图中添加一个html字符串。

我有一个重定向到其他网址的操作。

return Redirect(redirectUrl);

我已尝试添加内容并注册为脚本:

_orchardServices.WorkContext.Layout.Content.Add(htmlString);

_resourceManager.Invoke().RegisterFootScript(htmlString);

有什么建议吗?

0 个答案:

没有答案