HybridPlaceholder 1.1.0

dotnet add package HybridPlaceholder --version 1.1.0
NuGet\Install-Package HybridPlaceholder -Version 1.1.0
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="HybridPlaceholder" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HybridPlaceholder --version 1.1.0
#r "nuget: HybridPlaceholder, 1.1.0"
#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 HybridPlaceholder as a Cake Addin
#addin nuget:?package=HybridPlaceholder&version=1.1.0

// Install HybridPlaceholder as a Cake Tool
#tool nuget:?package=HybridPlaceholder&version=1.1.0

With the Hybrid Placeholder it's possible to load heavy parts of a Rendering Contents Resolver later. When a user navigates to a page directly everything will be loaded (with SSR support). When a user navigates to a page using Client-Side Rendering with XHR (single page app) the data is fetched with the layout service. Than the heavy parts can be skipped and will be loaded once the page is already visible.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 391 5/24/2022
1.0.0 372 5/6/2022