![]() |
VOOZH | about |
dotnet add package FunctionZero.Maui.BindZero --version 9.2.1
NuGet\Install-Package FunctionZero.Maui.BindZero -Version 9.2.1
<PackageReference Include="FunctionZero.Maui.BindZero" Version="9.2.1" />
<PackageVersion Include="FunctionZero.Maui.BindZero" Version="9.2.1" />Directory.Packages.props
<PackageReference Include="FunctionZero.Maui.BindZero" />Project file
paket add FunctionZero.Maui.BindZero --version 9.2.1
#r "nuget: FunctionZero.Maui.BindZero, 9.2.1"
#:package FunctionZero.Maui.BindZero@9.2.1
#addin nuget:?package=FunctionZero.Maui.BindZero&version=9.2.1Install as a Cake Addin
#tool nuget:?package=FunctionZero.Maui.BindZero&version=9.2.1Install as a Cake Tool
FunctionZero.Maui.BindZero is a xaml markup extension for MAUI that allows you to bind directly to an expression
See here for .NET 8 and below
If you want to do things like this: (note the expression is enclosed inside quotes)
<StackLayout IsVisible="{z:Bind '(Item.Count != 0) AND (Status == \'Administrator\')'}" > ...
FunctionZero.Maui.BindZero to your shared projectxmlns:z="clr-namespace:FunctionZero.Maui.zBind.z;assembly=FunctionZero.Maui.BindZero" xaml page (or let Visual Studio do it for you)| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-android35.0 net9.0-android35.0 is compatible. net9.0-ios18.0 net9.0-ios18.0 is compatible. net9.0-maccatalyst18.0 net9.0-maccatalyst18.0 is compatible. net9.0-windows10.0.19041 net9.0-windows10.0.19041 is compatible. net10.0-android net10.0-android was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Built using latest MAUI and FunctionZero libraries.