diff --git a/aspnetcore/blazor/hybrid/routing.md b/aspnetcore/blazor/hybrid/routing.md index 47518cbdce76..8990ee05264a 100644 --- a/aspnetcore/blazor/hybrid/routing.md +++ b/aspnetcore/blazor/hybrid/routing.md @@ -35,7 +35,7 @@ The `UrlLoadingEventArgs.Url` property is used to get or dynamically set the URL ## Namespace -The `Microsoft.AspNetCore.Components.WebView` namespace is required for the examples in this article: +The namespace is required for the examples in this article: ```csharp using Microsoft.AspNetCore.Components.WebView; diff --git a/aspnetcore/blazor/hybrid/security/index.md b/aspnetcore/blazor/hybrid/security/index.md index 2d1945113ff5..677957428d6e 100644 --- a/aspnetcore/blazor/hybrid/security/index.md +++ b/aspnetcore/blazor/hybrid/security/index.md @@ -371,7 +371,7 @@ public class CurrentThreadUserAuthenticationStateProvider : AuthenticationStateP } ``` -Using the alternative approach, only authorization services (`.AddAuthorizationCore()`) and `CurrentThreadUserAuthenticationStateProvider` (`.AddScoped()`) are added to the service collection. +Using the alternative approach, only authorization services () and `CurrentThreadUserAuthenticationStateProvider` (`.AddScoped()`) are added to the service collection. ### Handle authentication within the `BlazorWebView` (Option 2) @@ -535,3 +535,4 @@ When implementing authentication: ## Additional resources * +* diff --git a/aspnetcore/blazor/hybrid/tutorials/index.md b/aspnetcore/blazor/hybrid/tutorials/index.md index d59066b954d2..1b228bad2b6a 100644 --- a/aspnetcore/blazor/hybrid/tutorials/index.md +++ b/aspnetcore/blazor/hybrid/tutorials/index.md @@ -17,4 +17,4 @@ uid: blazor/hybrid/tutorials/index * -For more information on Blazor hosting models, see . +For more information on hosting models, see .