# MobileBlazorBindings **Repository Path**: mirrors_dotnet/MobileBlazorBindings ## Basic Information - **Project Name**: MobileBlazorBindings - **Description**: Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-07 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Experimental Mobile Blazor Bindings - ARCHIVED **Please see https://github.com/dotnet/MobileBlazorBindings/issues/480 for the archival announcement and where to go from here.** --- --- ## Getting Started Check out the documentation for how to build your first app: https://docs.microsoft.com/mobile-blazor-bindings ## What is it? Mobile Blazor Bindings enable developers to build native and hybrid mobile apps using C# and .NET for Android, iOS, Windows, macOS, and Tizen using familiar web programming patterns. This means you can use the Blazor programming model and Razor syntax to define UI components and behaviors of an application. The UI components that are included are based on Xamarin.Forms native UI controls, which results in beautiful native mobile apps. In hybrid apps you can embed Blazor web UI built with HTML directly in the app in any composition, all running in the same app process. No web servers. Here is a sample Counter component that renders native UI, which may look familiar to Blazor developers, that increments a value on each button press: ```razor