Head root component integration in .NET MAUI
This commit is contained in:
6
Oqtane.Maui/Head.razor
Normal file
6
Oqtane.Maui/Head.razor
Normal file
@ -0,0 +1,6 @@
|
||||
<DynamicComponent Type="@ComponentType"></DynamicComponent>
|
||||
|
||||
@code {
|
||||
Type ComponentType = Type.GetType("Oqtane.Head, Oqtane.Client");
|
||||
}
|
||||
|
Reference in New Issue
Block a user