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.
<PackageVersion Include="Xam.Plugin.HtmlLabel" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Xam.Plugin.HtmlLabel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Xam.Plugin.HtmlLabel@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xam.Plugin.HtmlLabel&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Xam.Plugin.HtmlLabel&version=1.0.4
                    
Install as a Cake Tool

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 96,033 6/18/2022
5.0.2 1,150 6/18/2022
5.0.0 108,651 11/7/2020
5.0.0-alpha4 570 9/30/2020
5.0.0-alpha3 1,012 9/10/2020
5.0.0-alpha1 803 6/10/2020
4.1.3 135,173 6/23/2020
4.1.2 60,289 4/18/2020
4.1.1 3,183 4/5/2020
4.1.0 5,266 3/25/2020
4.0.1 4,745 3/15/2020
4.0.0 1,160 3/14/2020
4.0.0-preview.1 492 3/8/2020
3.0.2.2 115,661 3/18/2019
3.0.2.1 77,562 11/25/2018
3.0.1.6 24,383 8/26/2018
3.0.1.3-beta 2,610 6/13/2018
2.2.0 24,630 3/24/2018
2.1.5 1,881 3/7/2018
2.1.4 3,011 2/5/2018
2.1.3 1,575 2/3/2018
2.1.2 1,994 1/29/2018
2.1.1 2,021 1/28/2018
2.1.0 2,156 1/15/2018
1.0.4 6,994 7/11/2017

First release.