![]() |
VOOZH | about |
dotnet add package uwap.ServerPlugin --version 2.1.0
NuGet\Install-Package uwap.ServerPlugin -Version 2.1.0
<PackageReference Include="uwap.ServerPlugin" Version="2.1.0" />
<PackageVersion Include="uwap.ServerPlugin" Version="2.1.0" />Directory.Packages.props
<PackageReference Include="uwap.ServerPlugin" />Project file
paket add uwap.ServerPlugin --version 2.1.0
#r "nuget: uwap.ServerPlugin, 2.1.0"
#:package uwap.ServerPlugin@2.1.0
#addin nuget:?package=uwap.ServerPlugin&version=2.1.0Install as a Cake Addin
#tool nuget:?package=uwap.ServerPlugin&version=2.1.0Install as a Cake Tool
Plugin for WebFramework that adds a simple interface to manage the program and server in general.
The functionality is mainly directed for Linux servers with WF programs that use Wrapper.
All fully logged in users with AccessLevel=ushort.MaxValue (administrators) will have access to this plugin, nobody else can access it.
Website: https://uwap.org/projects/server-plugin
Changelog: https://uwap.org/changes/server-plugin
You can add this plugin to your WF project by installing the NuGet package: uwap.ServerPlugin
You can also download the source code and reference it in your project file.
Once installed, add the following things to your program start code:
You can do all that with a single line of code before starting the WF server:<br/><code>PluginManager.Map("any/server", new uwap.WebFramework.Plugins.ServerPlugin());</code>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.