Skip to content

Commit d955f05

Browse files
authored
change component devlang to cshtml (dotnet#16440)
1 parent 7131737 commit d955f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/release-notes/aspnetcore-3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Blazor Server apps can now pass parameters to top-level components during the in
3030

3131
For example, prerender a `Counter` component with an increment amount (`IncrementAmount`):
3232

33-
```razor
33+
```cshtml
3434
<component type="typeof(Counter)" render-mode="ServerPrerendered"
3535
param-IncrementAmount="10" />
3636
```

0 commit comments

Comments
 (0)