Frederick-S / SharePoint-AddIn-Page-In-Modal-Dialog-Demo

How to display app web page in modal dialog in a client web part.
MIT License
0 stars 0 forks source link

In order to display an aspx page in modal dialog within client web part, you need to add <WebPartPages:AllowFraming ID="AllowFraming" runat="server" /> in the aspx page or use html page instead (more).