FAP.dll
1.1.2
dotnet add package FAP.dll --version 1.1.2
NuGet\Install-Package FAP.dll -Version 1.1.2
<PackageReference Include="FAP.dll" Version="1.1.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add FAP.dll --version 1.1.2
#r "nuget: FAP.dll, 1.1.2"
// Install FAP.dll as a Cake Addin #addin nuget:?package=FAP.dll&version=1.1.2 // Install FAP.dll as a Cake Tool #tool nuget:?package=FAP.dll&version=1.1.2
FAP.NET or simply 'FAP' aka Functional API Pages w/ .NET, a functional REST server implementation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FAP.dll:
Package | Downloads |
---|---|
FAP.React
Extensions of the FAP.Page class (ScriptedPage and ReactivePage) for server side rendering with ReactJS, Moustache, doT, Handlebars, Dust, EJS, Hogan and Underscore. This is meant as an alternative network solution for server side rendering, just assign a get function to return an object or JSON. Please remember to download the binaries from here: https://github.com/MichaelFroelich/vroomjs-core/tree/master/native/compiled |
GitHub repositories
This package is not used by any popular GitHub repositories.
More efficient intermediary scope available through Page.StaticParent
Better client distinction, make use of this via using X-Forwarded for and other X headers
File upload/download implemented, either set Page.GetFile
Added page cloning methods through Server.Method, I recommend you leave it on manual and use StaticParent
Some efficiency improvements