Skip to content
This repository was archived by the owner on Apr 20, 2019. It is now read-only.

Commit

Permalink
Update links (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Jan 26, 2019
1 parent 2a9a7b6 commit 8bb0d2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Explore Blazor, a new experimental .NET web framework using C#/Razo
manager: wpickett
ms.author: riande
ms.custom: mvc
ms.date: 01/13/2019
ms.date: 01/26/2019
ms.prod: asp.net-core
ms.technology: aspnet
ms.topic: article
Expand Down Expand Up @@ -47,7 +47,7 @@ Learn how to route requests in a client-side Blazor app and about the NavLink co
[JavaScript interop](xref:client-side/blazor/javascript-interop)
Learn how to invoke JavaScript functions from .NET and .NET methods from JavaScript.

[Hosting models](xref:client-side/blazor/host-and-deploy/hosting-models)
[Hosting models](xref:client-side/blazor/hosting-models)
Learn about Blazor's hosting models.

[Host and deploy](xref:client-side/blazor/host-and-deploy/index)
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Find the answers to frequently asked questions about Blazor.
manager: wpickett
ms.author: riande
ms.custom: mvc
ms.date: 12/23/2018
ms.date: 01/26/2019
ms.prod: asp.net-core
ms.technology: aspnet
ms.topic: article
Expand Down Expand Up @@ -104,7 +104,7 @@ Yes, [modern mobile browsers also support WebAssembly](https://caniuse.com/#sear

## What about older browsers that don't support WebAssembly? For example, does Blazor work in IE?

For older browsers that don't support WebAssembly, use Blazor's [server-side hosting model](xref:client-side/blazor/host-and-deploy/hosting-models#server-side-hosting-model). Server-side Blazor provides excellent compatibility and performance with older browsers.
For older browsers that don't support WebAssembly, use Blazor's [server-side hosting model](xref:client-side/blazor/hosting-models#server-side-hosting-model). Server-side Blazor provides excellent compatibility and performance with older browsers.

## Can I use .NET Standard libraries with Blazor?

Expand Down
6 changes: 3 additions & 3 deletions docs/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn how Blazor runs in the browser to execute C#/Razor code with
manager: wpickett
ms.author: riande
ms.custom: mvc
ms.date: 12/23/2018
ms.date: 01/26/2019
ms.prod: asp.net-core
ms.technology: aspnet
ms.topic: article
Expand Down Expand Up @@ -46,13 +46,13 @@ When a Blazor app is built and run in a browser:

To support older browsers that don't support WebAssembly, you can use the [server-side hosting model](#server-side-hosting-model).

For more information, see <xref:client-side/blazor/host-and-deploy/hosting-models#client-side-hosting-model>.
For more information, see <xref:client-side/blazor/hosting-models#client-side-hosting-model>.

### Server-side hosting model

In the server-side hosting model, Blazor is executed on the server from within an ASP.NET Core app. UI updates, event handling, and JavaScript calls are handled over a SignalR connection.

For more information, see <xref:client-side/blazor/host-and-deploy/hosting-models#server-side-hosting-model>.
For more information, see <xref:client-side/blazor/hosting-models#server-side-hosting-model>.

## Blazor components

Expand Down

0 comments on commit 8bb0d2c

Please sign in to comment.