Blade.Core
1.5.6
See the version list below for details.
dotnet add package Blade.Core --version 1.5.6
NuGet\Install-Package Blade.Core -Version 1.5.6
<PackageReference Include="Blade.Core" Version="1.5.6" />
paket add Blade.Core --version 1.5.6
#r "nuget: Blade.Core, 1.5.6"
// Install Blade.Core as a Cake Addin #addin nuget:?package=Blade.Core&version=1.5.6 // Install Blade.Core as a Cake Tool #tool nuget:?package=Blade.Core&version=1.5.6
Blade is a presentation framework for Sitecore 7. It enables excellent separation of concerns, easy rendering debugging, and pervasive use of the Razor templating language. Fully compatible with template-to-object mappers via simple extension.
This package contains the core library, which is appropriate for library references. Use the Blade package for web projects, as it includes config and items.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.WebPages (>= 2.0.0)
- RazorEngine (>= 3.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Blade.Core:
Package | Downloads |
---|---|
Blade
Blade is a presentation framework for Sitecore 7. It enables excellent separation of concerns, easy rendering debugging, and pervasive use of the Razor templating language. Fully compatible with template-to-object mappers via simple extension. This package includes both the core library and the configuration files and serialized items for Sitecore. It is appropriate for a web project, whereas the Blade.Core package is appropriate for library references. |
|
Synthesis.Blade.Core
Extends Synthesis to support integration with the Blade presentation framework for Sitecore. Synthesis types can then be used in Blade views as models without the need for a discrete presenter. This package is designed to be installed on a library project, and does not include configuration files. Use the Synthesis.Blade package for web projects. |
|
Synthesis.Blade.Ninject
Extends Synthesis.Blade to enable constructor dependency injection in presenters using the Ninject IoC container This package is designed to be installed on a web project, and includes configuration files. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixes a bug that would cause unxpected data source resolution to occur if a data source that pointed to an invalid item path or ID was present