Xam.Plugin.HtmlLabel
1.0.4
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
- HtmlAgilityPack (>= 1.5.1)
- Xamarin.Forms (>= 2.3.0.49)
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 | 89,433 | 6/18/2022 |
5.0.2 | 963 | 6/18/2022 |
5.0.0 | 106,442 | 11/7/2020 |
5.0.0-alpha4 | 392 | 9/30/2020 |
5.0.0-alpha3 | 852 | 9/10/2020 |
5.0.0-alpha1 | 641 | 6/10/2020 |
4.1.3 | 134,114 | 6/23/2020 |
4.1.2 | 59,486 | 4/18/2020 |
4.1.1 | 2,989 | 4/5/2020 |
4.1.0 | 5,076 | 3/25/2020 |
4.0.1 | 4,371 | 3/15/2020 |
4.0.0 | 953 | 3/14/2020 |
4.0.0-preview.1 | 329 | 3/8/2020 |
3.0.2.2 | 113,432 | 3/18/2019 |
3.0.2.1 | 76,866 | 11/25/2018 |
3.0.1.6 | 23,702 | 8/26/2018 |
3.0.1.3-beta | 2,103 | 6/13/2018 |
2.2.0 | 24,107 | 3/24/2018 |
2.1.5 | 1,376 | 3/7/2018 |
2.1.4 | 2,525 | 2/5/2018 |
2.1.3 | 1,063 | 2/3/2018 |
2.1.2 | 1,498 | 1/29/2018 |
2.1.1 | 1,230 | 1/28/2018 |
2.1.0 | 1,520 | 1/15/2018 |
1.0.4 | 6,634 | 7/11/2017 |
First release.