OKHOSTING.UI 1.0.10

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OKHOSTING.UI --version 1.0.10
NuGet\Install-Package OKHOSTING.UI -Version 1.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OKHOSTING.UI" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OKHOSTING.UI --version 1.0.10
#r "nuget: OKHOSTING.UI, 1.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OKHOSTING.UI as a Cake Addin
#addin nuget:?package=OKHOSTING.UI&version=1.0.10

// Install OKHOSTING.UI as a Cake Tool
#tool nuget:?package=OKHOSTING.UI&version=1.0.10

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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