OKHOSTING.UI
1.0.9
dotnet add package OKHOSTING.UI --version 1.0.9
NuGet\Install-Package OKHOSTING.UI -Version 1.0.9
<PackageReference Include="OKHOSTING.UI" Version="1.0.9" />
<PackageVersion Include="OKHOSTING.UI" Version="1.0.9" />
<PackageReference Include="OKHOSTING.UI" />
paket add OKHOSTING.UI --version 1.0.9
#r "nuget: OKHOSTING.UI, 1.0.9"
#addin nuget:?package=OKHOSTING.UI&version=1.0.9
#tool nuget:?package=OKHOSTING.UI&version=1.0.9
Open source multi-platform UI framework. Create your apps once on PCL and have your UI generated on runtime for ASP.NET, Windows Forms, WPF, Linux (Mono + WinForms), Mac OS (Mono + WinForms and Xamarin.Mac), iOS, Android, Windows Phone (via Xamarin.Forms) and Windows Universal Platform.
## Features
* Create your apps in PCL and run them everywhere, truly multi-platform (web included)
* The UI is defined from code (XAML designer on the way)
* 100% native controls are used in all platforms
* You have only the "common" UI api surface among all platforms
* Supports click, doble click and, for user input controls, value changed events
* Using OKHOSTING.UI.CSS you can use CSS files to define the styles of your controls on all platforms (thanks to AngleSharp)
## Supported controls
### Regular controls
* Autocomplete
* Button
* Calendar
* CheckBox
* HyperLink
* Image
* Label
* ListPicker (equivalent to a DropDownList)
* PasswordTextBox
* TextArea
* TextBox
### Forms
* Create forms for user data input/output
* Create form fields for string, int, decimal, date, enum, bool, xml or any custom type you need
* Create forms to execute a method
Please visit: https://github.com/okhosting/OKHOSTING.UI
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- OKHOSTING.Data (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
* Added Forms.BinaryField for binary data