AnalogueWebCore 2.2026.628.2121
dotnet add package AnalogueWebCore --version 2.2026.628.2121
NuGet\Install-Package AnalogueWebCore -Version 2.2026.628.2121
<PackageReference Include="AnalogueWebCore" Version="2.2026.628.2121" />
<PackageVersion Include="AnalogueWebCore" Version="2.2026.628.2121" />
<PackageReference Include="AnalogueWebCore" />
paket add AnalogueWebCore --version 2.2026.628.2121
#r "nuget: AnalogueWebCore, 2.2026.628.2121"
#:package AnalogueWebCore@2.2026.628.2121
#addin nuget:?package=AnalogueWebCore&version=2.2026.628.2121
#tool nuget:?package=AnalogueWebCore&version=2.2026.628.2121
AnalogueWebCore
AnalogueWebCore is an ASP.NET MVC utility library targeting .NET 9, providing convenience methods and utilities for web applications.
Features
- Page Data Management: Robust handling of page-specific data and metadata through the
PageDataclass - Meta Tag Generation: Automated generation and management of HTML meta tags
- Writable Configuration: Dynamic configuration management with JSON persistence through
WritableOptions<T> - Base Controller: Extended MVC controller with built-in site and page data management
- Geographic Data Support: Built-in support for geographic metadata and positioning
- Privacy Controls: Configurable privacy-related meta tags and robot directives
Installation
Install via NuGet Package Manager:
Install-Package AnalogueWebCore
Or via .NET CLI:
dotnet add package AnalogueWebCore
Dependencies
- Microsoft.AspNetCore.App
- Microsoft.EntityFrameworkCore (9.0.6)
Usage
Basic Controller Setup
public class HomeController : BaseController { public IActionResult Index() { // Access page and site data automatically Page.Title = "Home Page"; Page.Header = "Welcome"; return View(); } }
Page Data Configuration
services.AddScoped<PageData>(); services.Configure<SiteData>(configuration.GetSection("SiteData"));
License
This project is licensed under the MIT License.
Author
Randall Lee Spence
Version
Current Version: 2.2025.0617.8934
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.EntityFrameworkCore (>= 10.0.8)
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 |
|---|---|---|
| 2.2026.628.2121 | 92 | 6/29/2026 |
| 2.2026.626.1239 | 122 | 6/26/2026 |
| 2.2026.625.754 | 99 | 6/25/2026 |
| 2.2026.604.1310 | 109 | 6/4/2026 |
| 2.2025.710.8957 | 274 | 7/8/2025 |
| 2.2025.709.8955 | 253 | 7/8/2025 |
| 2.2025.708.8959 | 257 | 7/8/2025 |
| 2.2025.708.8958 | 266 | 7/8/2025 |
| 2.2025.708.8957 | 254 | 7/8/2025 |
| 2.2025.708.8956 | 255 | 7/8/2025 |
| 2.2025.708.8955 | 259 | 7/8/2025 |
| 2.2025.617.8934 | 263 | 6/18/2025 |
| 1.2022.8191.1603 | 657 | 6/4/2022 |
| 1.2021.7851.944 | 623 | 6/29/2021 |
| 1.2021.7806.830 | 550 | 5/15/2021 |
| 1.2021.7695.1000 | 628 | 1/24/2021 |
| 1.2020.7427.1009 | 768 | 5/1/2020 |
| 1.2019.7282.924 | 1,496 | 12/8/2019 |
| 1.2019.7258.1000 | 1,438 | 11/14/2019 |
| 1.2019.7258.815 | 1,441 | 11/14/2019 |