25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <?xml version="1.0" encoding="utf-8" ?>
- <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:local="clr-namespace:HybridApp"
- x:Class="HybridApp.MainPage"
- BackgroundColor="{DynamicResource PageBackgroundColor}">
-
- <BlazorWebView x:Name="blazorWebView" HostPage="wwwroot/index.html">
- <BlazorWebView.RootComponents>
- <RootComponent Selector="#app" ComponentType="{x:Type local:Components.Routes}" />
- </BlazorWebView.RootComponents>
- </BlazorWebView>
-
- </ContentPage>
|