psijkof / ModernBusiness.OC.RazorPages

Start Bootstrap's Modern Business Theme for Orchard Core as a decoupled Razor Pages Module
MIT License
20 stars 7 forks source link

use zone tag for marking section in themes #17

Closed psijkof closed 5 years ago

psijkof commented 5 years ago

Error InvalidOperationException: The following sections have been defined but have not been rendered by the page at '/Areas/ModernBusiness.Theme/Views/Shared/Layout.cshtml': 'Nav, Header, Messages, Footer'. To ignore an unrendered section call IgnoreSection("sectionName").

fixed by replacing @section tag with taghelper