mvc html.renderaction,asp.net mvc - ServiceStack Razor - Html.RenderAction equivalent - Stack Overfl...

"本文探讨如何在ServiceStack.Razor页面中使用`HtmlHelper`的`RenderAction`方法缺失时,通过JavaScript获取数据并动态渲染。建议在模板中添加JSON请求,如`{FeaturedResponse = new JsonServiceClient().Get("/api/products/featured")}
摘要由CSDN通过智能技术生成

*I may be duplicating my answer or I lost it somehow

Looking at the ServiceStack.Razor.ViewPage class there is an Html property of type ServiceStack.Html.HtmlHelper. I don't see 'RenderAction' as a method (or extension method) on this class so it doesn't appear to be available. There is a 'Partial' method that takes the ViewName and an overload that takes a ViewName and an object. Based on your above comment this doesn't appear to be a useful solution.

If I'm correct about the above, I think you'd need your 'Featured View Template' to pull in the data. Could add soemthing like

{ FeaturedResponse products = new JsonServiceClient("http://localhost").Get("/api/products/featured"); }

to your template. This would allow you to use the products variable like a Model.

Or, use JavaScript to pull the data into the template. You would have have to use JavaScript to get your data into the HTML elements, though.

You could then render the template using @Html.Partial('Featured')

Hope this helps.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值