AnalogueWebCore 2.2026.805.1138

dotnet add package AnalogueWebCore --version 2.2026.805.1138
                    
NuGet\Install-Package AnalogueWebCore -Version 2.2026.805.1138
                    
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.805.1138" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AnalogueWebCore" Version="2.2026.805.1138" />
                    
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.805.1138
                    
#r "nuget: AnalogueWebCore, 2.2026.805.1138"
                    
#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.805.1138
                    
#: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.805.1138
                    
Install as a Cake Addin
#tool nuget:?package=AnalogueWebCore&version=2.2026.805.1138
                    
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.805.1138 32 8/5/2026
2.2026.730.1016 91 7/30/2026
2.2026.628.2121 111 6/29/2026
2.2026.626.1239 145 6/26/2026
2.2026.625.754 114 6/25/2026
2.2026.604.1310 118 6/4/2026
2.2025.710.8957 282 7/8/2025
2.2025.709.8955 258 7/8/2025
2.2025.708.8959 264 7/8/2025
2.2025.708.8958 270 7/8/2025
2.2025.708.8957 261 7/8/2025
2.2025.708.8956 260 7/8/2025
2.2025.708.8955 262 7/8/2025
2.2025.617.8934 270 6/18/2025
1.2022.8191.1603 662 6/4/2022
1.2021.7851.944 629 6/29/2021
1.2021.7806.830 555 5/15/2021
1.2021.7695.1000 632 1/24/2021
1.2020.7427.1009 770 5/1/2020
1.2019.7282.924 1,504 12/8/2019
Loading failed