AnalogueWebCore 2.2026.628.2121

dotnet add package AnalogueWebCore --version 2.2026.628.2121
                    
NuGet\Install-Package AnalogueWebCore -Version 2.2026.628.2121
                    
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="AnalogueWebCore" Version="2.2026.628.2121" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AnalogueWebCore" Version="2.2026.628.2121" />
                    
Directory.Packages.props
<PackageReference Include="AnalogueWebCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AnalogueWebCore --version 2.2026.628.2121
                    
#r "nuget: AnalogueWebCore, 2.2026.628.2121"
                    
#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.
#:package AnalogueWebCore@2.2026.628.2121
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AnalogueWebCore&version=2.2026.628.2121
                    
Install as a Cake Addin
#tool nuget:?package=AnalogueWebCore&version=2.2026.628.2121
                    
Install as a Cake Tool

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 PageData class
  • 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 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. 
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
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
Loading failed