NuGet ยท nuget

Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.InMemory.Admin

InMemory admin view feature for Eltheon.

Install

Install-Kommandos

dotnet add package Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.InMemory.Admin --version 0.9.1
<PackageReference Include="Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.InMemory.Admin" Version="0.9.1" />
paket add Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.InMemory.Admin --version 0.9.1
Install-Package Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.InMemory.Admin -Version 0.9.1

README

Vorschau

Redeon.SuperSiteEngineCore.Web.Eltheon.Core.Features.InMemory.Admin

Overview

Pattern-A Razor Class Library for the Eltheon InMemory admin page. The package keeps the existing /Admin/InMemory/Index route while moving the page, PageModel, resources, typed permissions and navigation out of the template.

Usage

Register the InMemory core feature as before, then register the admin surface and application part:

builder.Services.AddEltheonInMemory();
builder.Services.AddEltheonInMemoryAdmin();

builder.Services.AddRazorPages()
    .AddEltheonInMemoryAdminApplicationPart();

The admin page uses System.InMemory.View for read access and System.InMemory.Clear for clearing tables. Existing legacy permissions such as InMemoryManagement may remain in host seeds for compatibility, but they are not used for the feature-owned page or navigation entry.