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
Note, by default the EmbeddedContent component has Debug turned off - if you enable it by setting Debug=true, it outputs the list of embedded resources.
@@ -62,7 +82,7 @@ From version 0.1.0-beta-3 onwards, you can now handle multiple component librari
62
82
```
63
83
<EmbeddedContent Assemblies="@Assemblies" />
64
84
65
-
@functions
85
+
@code
66
86
{
67
87
List<System.Reflection.Assembly> Assemblies = new List<System.Reflection.Assembly>()
68
88
{
@@ -82,7 +102,7 @@ This example will load content from Blazored.Toast and Component1, but will bloc
0 commit comments