开发者

ASP.NET MVC Html.ValidationSummary in partiallyrendered view (form)

开发者 https://www.devze.com 2023-02-03 16:38 出处:网络
I 开发者_JS百科have form in another(shared/partial) view to have the ability to render it from different ActionViews. In that partial view I have Html.ValidationSummary. But as I found Html.Validation

I 开发者_JS百科have form in another(shared/partial) view to have the ability to render it from different ActionViews. In that partial view I have Html.ValidationSummary. But as I found Html.ValidationSummary does not work from partial view.

Can you please help me to find the solution?

0

精彩评论

暂无评论...
验证码 换一张
取 消