You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/docs/en/Migration-Guides/Abp-4_0-MVC-Razor-Pages.md

339 B

MVC / Razor Pages UI 3.3 to 4.0 Migration Guide

Use IBrandingProvider in the Volo.Abp.UI Package

This will be a breaking change for MVC UI, but very easy to fix. IBrandingProvider is being moved from Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Components to Volo.Abp.Ui.Branding namespace. So, just update the namespace imports.