From a7ab6a582dac35cabb66ebc2818f20a3771ba949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 29 Mar 2021 12:57:23 +0300 Subject: [PATCH] Update POST.md --- docs/en/Blog-Posts/2021-03-31 v4_3 Preview/POST.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/en/Blog-Posts/2021-03-31 v4_3 Preview/POST.md b/docs/en/Blog-Posts/2021-03-31 v4_3 Preview/POST.md index 3357c5ae5e..e22ca308c7 100644 --- a/docs/en/Blog-Posts/2021-03-31 v4_3 Preview/POST.md +++ b/docs/en/Blog-Posts/2021-03-31 v4_3 Preview/POST.md @@ -64,15 +64,17 @@ All features are separately usable. For example, you can create an image gallery ### Blazor Server Side -We'd implemented Blazor WebAssembly before. With the version 4.3, we have the Blazor Server Side option too. All the current functionalities are available to the Blazor Server. You can select Blazor Server as the UI type while creating a new solution. +We'd implemented Blazor WebAssembly before. With the version 4.3, we have the Blazor Server Side option too. All the current functionalities are available to the Blazor Server. -Example: +You can select Blazor Server as the UI type while creating a new solution. + +**Example:** ````bash abp new Acme.BookStore -u blazor-server ```` -If you write `blazor` as the UI type, it will create Blazor WebAssembly just as before. +If you write `blazor` as the UI type, it will create Blazor WebAssembly just as before. You can also select the Blazor Server on the [get started](https://abp.io/get-started) page. ### Blazor UI Module Extensibility