Open Source Web Application Framework for ASP.NET Core
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.
 
 
 
 
 
 

518 B

//[doc-seo]
{
    "Description": "Learn how to easily migrate from MVC/Razor Pages UI 3.3 to 4.0 by updating the namespace for IBrandingProvider in ABP Framework."
}

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.