ComponentBuilder.FluentRenderTree
5.0.0-beta-1
This is a prerelease version of ComponentBuilder.FluentRenderTree.
dotnet add package ComponentBuilder.FluentRenderTree --version 5.0.0-beta-1
NuGet\Install-Package ComponentBuilder.FluentRenderTree -Version 5.0.0-beta-1
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="ComponentBuilder.FluentRenderTree" Version="5.0.0-beta-1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ComponentBuilder.FluentRenderTree --version 5.0.0-beta-1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ComponentBuilder.FluentRenderTree, 5.0.0-beta-1"
#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 ComponentBuilder.FluentRenderTree as a Cake Addin #addin nuget:?package=ComponentBuilder.FluentRenderTree&version=5.0.0-beta-1&prerelease // Install ComponentBuilder.FluentRenderTree as a Cake Tool #tool nuget:?package=ComponentBuilder.FluentRenderTree&version=5.0.0-beta-1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
用链式编程的方式简化 RenderTreeBuilder 的操作。
示例:
builder.Element("div").Content("hello").Close();
builder.Component<Button>().Content("Button").Close();
builder.Div(Id is not null).Content(content => content.Component<Icon>().Attribute(m => m.Name, "user").Close()).Close();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- ComponentBuilder (>= 5.0.0-beta-1)
- Microsoft.AspNetCore.Components (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ComponentBuilder.FluentRenderTree:
Package | Downloads |
---|---|
TDesign
基于腾讯 TDesign 的 Blazor 企业级组件库。腾讯 TDesign 官方地址:https://tdesign.tencent.com/ |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ComponentBuilder.FluentRenderTree:
Repository | Stars |
---|---|
tdesign-blazor/TDesignBlazor
基于腾讯 TDesign 的 Blazor 组件库
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-beta-1 | 213 | 11/16/2023 |
4.1.2 | 960 | 7/17/2023 |
4.1.1 | 161 | 7/17/2023 |
4.1.0 | 715 | 6/4/2023 |
4.0.0 | 429 | 5/30/2023 |
4.0.0-beta-3 | 226 | 5/22/2023 |
4.0.0-beta-2 | 133 | 5/19/2023 |
4.0.0-beta-1 | 122 | 5/17/2023 |