You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/.net8/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ASP.NET 8.0 Preview 3 (6)
1
+
# ASP.NET 8.0 Preview 3 (7)
2
2
3
3
These samples require [.NET 8.0 Preview 3](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md). You will have to install the daily build since Preview 3 is not officially released yet.
This sample demonstrates rendering a Razor Component from a MVC Controller via `RazorComponentResult` and passing data via a dictionary.
28
+
This sample demonstrates rendering a Razor Component from a MVC Controller via `RazorComponentResult` and passing data via a dictionary.
29
+
30
+
*[RazorComponentSix](RazorComponentSix)
31
+
32
+
This sample demonstrates the new section functionality using `SectionOutlet` to mark a section and `SectionContent` to supply the content to a section.
publicIResultIndex()=>newRazorComponentResult<RazorComponentSix.Pages.Greetings>(new{Message="Hello World too",Date=DateOnly.FromDateTime(DateTime.Now)});
This sample demonstrates the new section functionality in Razor Component. Use `SectionOutlet` to render a section in a component. Use `SectionContent` to supply the content for the section.
0 commit comments