Xam.Plugin.HtmlLabel 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xam.Plugin.HtmlLabel --version 1.0.4
NuGet\Install-Package Xam.Plugin.HtmlLabel -Version 1.0.4
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="Xam.Plugin.HtmlLabel" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugin.HtmlLabel --version 1.0.4
#r "nuget: Xam.Plugin.HtmlLabel, 1.0.4"
#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 Xam.Plugin.HtmlLabel as a Cake Addin
#addin nuget:?package=Xam.Plugin.HtmlLabel&version=1.0.4

// Install Xam.Plugin.HtmlLabel as a Cake Tool
#tool nuget:?package=Xam.Plugin.HtmlLabel&version=1.0.4

Use this label on Xamarin.Forms for display HTML content.
     It works on Android and iOS, on UWP it converters HTML to plain text.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Xam.Plugin.HtmlLabel:

Package Downloads
Xamarin.Forms.InterfaceBuilder

InterfaceBuilder is an hepful api to write Xamarin.Forms user interfaces directly in sourcecode. It's heavly relying on the builder pattern. So you can write: var ui = new UI(); MainPage = ui.Page("MainPage", ui.Stack().With( ui.Label("A"), ui.Label("B"), ui.Label("C")) );

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Xam.Plugin.HtmlLabel:

Repository Stars
gruan01/XFControls
Xamarin.Forms Custom Control
Version Downloads Last updated
5.1.0 69,589 6/18/2022
5.0.2 884 6/18/2022
5.0.0 102,053 11/7/2020
5.0.0-alpha4 350 9/30/2020
5.0.0-alpha3 816 9/10/2020
5.0.0-alpha1 608 6/10/2020
4.1.3 129,632 6/23/2020
4.1.2 55,536 4/18/2020
4.1.1 2,949 4/5/2020
4.1.0 5,009 3/25/2020
4.0.1 4,110 3/15/2020
4.0.0 914 3/14/2020
4.0.0-preview.1 314 3/8/2020
3.0.2.2 110,992 3/18/2019
3.0.2.1 76,269 11/25/2018
3.0.1.6 23,076 8/26/2018
3.0.1.3-beta 2,056 6/13/2018
2.2.0 23,854 3/24/2018
2.1.5 1,317 3/7/2018
2.1.4 2,475 2/5/2018
2.1.3 1,013 2/3/2018
2.1.2 1,450 1/29/2018
2.1.1 1,178 1/28/2018
2.1.0 1,463 1/15/2018
1.0.4 6,571 7/11/2017

First release.