Skip to content

Commit

Permalink
Blazor page fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard committed Sep 12, 2024
1 parent 65b81a5 commit b57add3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/guides/create-blazor-cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ dotnet sln add ./BlazorCms
]
}
```

- Go to `Content` -> `Content Items` and verify that the content item is available as shown in the image below.

![Content Item](./images/image-001.PNG)
Expand Down Expand Up @@ -680,7 +681,7 @@ protected override async Task OnParametersSetAsync()
```

- Let's get `SiteName` from Site settings on `OnInitializedAsync` with the following code.
-

```csharp
protected override async Task OnInitializedAsync()
{
Expand Down

0 comments on commit b57add3

Please sign in to comment.