![]() |
VOOZH | about |
dotnet add package PageBuilderContainers.Kentico.MVC.Core --version 13.0.3
NuGet\Install-Package PageBuilderContainers.Kentico.MVC.Core -Version 13.0.3
<PackageReference Include="PageBuilderContainers.Kentico.MVC.Core" Version="13.0.3" />
<PackageVersion Include="PageBuilderContainers.Kentico.MVC.Core" Version="13.0.3" />Directory.Packages.props
<PackageReference Include="PageBuilderContainers.Kentico.MVC.Core" />Project file
paket add PageBuilderContainers.Kentico.MVC.Core --version 13.0.3
#r "nuget: PageBuilderContainers.Kentico.MVC.Core, 13.0.3"
#:package PageBuilderContainers.Kentico.MVC.Core@13.0.3
#addin nuget:?package=PageBuilderContainers.Kentico.MVC.Core&version=13.0.3Install as a Cake Addin
#tool nuget:?package=PageBuilderContainers.Kentico.MVC.Core&version=13.0.3Install as a Cake Tool
This tool mimics the older Portal engine "Webpart Containers" which allowed you to wrap your various widgets/webparts in a structured container. These structured containers were managed in the Kentico Admin interface.
This package is for the MVC.Net Core site, you should install PageBuilderContainers.Kentico on the Admin/mother application before using this.
_ViewImports.cshtml file, add @addTagHelper *, PageBuilderContainers.Kentico.MVC.Core services.AddSingleton(typeof(IPageBuilderContainerHelper), typeof(PageBuilderContainerHelper));In your razor views, use the <containered></containered> tag as such:
<containered container-name="TestContainer" container-title="Test Title" container-css-class="SomeClass" container-custom-content="Custom Content">TIHS IS THE MIDDLE</containered>
<containered container-name="TestContainer" container-model="Model.ContainerModelItem">This wraps the custom model</containered>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 netcoreapp3.1 is compatible. |
Showing the top 2 NuGet packages that depend on PageBuilderContainers.Kentico.MVC.Core:
| Package | Downloads |
|---|---|
|
BootstrapLayoutTool.PageBuilderContainered.Kentico.MVC.Core
The Bootstrap Layout tool Widget and Form Sections for Bootstrap 4 for Kentico 13 .net Core Refresh 2 (hotfix 31+) with Page Builder Containers support. Must install the PageBuilderContainers.Kentico on the admin to leverage. |
|
|
XperienceCommunity.Bootstrap5LayoutTool.PageBuilderContainered
The Bootstrap Layout tool Widget and Form Sections for Bootstrap 5 for Kentico 13 .net Core Refresh 2 (hotfix 31+) with Page Builder Containers support. Must install the PageBuilderContainers.Kentico on the admin to leverage. |
This package is not used by any popular GitHub repositories.
Updated to include new dependency requirement on Views package, again.