Update Abp-4_0.md

pull/6377/head
maliming 4 years ago committed by GitHub
parent f47e9252a3
commit 07d47ce314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -251,6 +251,7 @@ public class MyService : ITransientDependency
````
Pre-built modules already handles this. However, if you have used `IdentityOptions` directly in your code, you also need to follow this new pattern.
Please make sure that the injected `IOptions<IdentityOptions>` service and the service consuming it are in the same scope of dependency injection container.
## ASP.NET Core MVC / Razor Pages UI
@ -262,4 +263,4 @@ See the [Angular UI Migration Guide](Abp-4_0-Angular.md).
## Blazor UI
See the [Blazor UI Migration Guide](Abp-4_0-Blazor.md).
See the [Blazor UI Migration Guide](Abp-4_0-Blazor.md).

Loading…
Cancel
Save