Info
Version: | 1.0.2.7 |
Author(s): | Pedro Marques, Rui Oliveira |
Last Update: | Tuesday, January 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NEL.WebConfig |
Install
Install-Package NEL.WebConfig
dotnet add package NEL.WebConfig
paket add NEL.WebConfig
NEL.WebConfig Download (Unzip the "nupkg" after downloading)
Dependencies
- LiteDB(>= 5.0.10)
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.3)
- System.Diagnostics.EventLog(>= 5.0.0)
- System.Drawing.Common(>= 5.0.0)
Tags
Just var webConfig = new WebConfigurationManager(<Title>), Add pages and your configuration UI will be available at runtime accessing http://localhost:<port>/. All the configurations made on the UI are received by event on you application.
Nested objects not available yet.