错误:仅包含内容控件的内容页面中直接允许包含内容控件。在页面布局SharePoint 2016中

时间:2018-09-17 05:08:10

标签: asp.net sharepoint sharepoint-2013

我在自定义页面布局中遇到SharePoint错误,其“仅内容”控件被直接允许在包含“内容”控件的内容页面中

我在这里的SP日志中检查了此问题

Error=Only Content controls are allowed directly in a content page that contains Content controls.  
 at System.Web.UI.FileLevelPageControlBuilder.AppendLiteralString(String text)    
 at System.Web.UI.TemplateParser.ProcessLiteral()

Error Log Image

enter image description here

1 个答案:

答案 0 :(得分:1)

我找到了解决方案,它只是将页面布局中的占位符内容标签从 <asp:content> 更改为 <asp:Content>,它会正常工作