aspnet.suppressformsredirect
0.0.1.4
Module that prevents ASP.NET Forms Authentication to redirect the user to the login page. This is helpful for AJAX, JSON, and
all other of non Web Representation (Views/Pages) type of requests.
Install-Package aspnet.suppressformsredirect -Version 0.0.1.4
dotnet add package aspnet.suppressformsredirect --version 0.0.1.4
<PackageReference Include="aspnet.suppressformsredirect" Version="0.0.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add aspnet.suppressformsredirect --version 0.0.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: aspnet.suppressformsredirect, 0.0.1.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install aspnet.suppressformsredirect as a Cake Addin
#addin nuget:?package=aspnet.suppressformsredirect&version=0.0.1.4
// Install aspnet.suppressformsredirect as a Cake Tool
#tool nuget:?package=aspnet.suppressformsredirect&version=0.0.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on aspnet.suppressformsredirect:
Package | Downloads |
---|---|
DotNetDesign.Substrate.WebApi
Library built on top of DotNetDesign.Substrate that exposes a web-api using the new MVC 4 ApiController
|
|
WebApi.OAuth
Authenticates service requests using Windows Identity Foundation and
SimpleWebToken (wif.swf). Due to WebApi requirement for ASP.NET it also
suppresses Forms Redirect by leveraging aspnet.suppressformsredirect Package.
|
|
WebApi.Membership
Authenticates service requests using your Membership Provider.
Due to WebApi requirement for ASP.NET it also suppresses Forms Redirect by leveraging aspnet.suppressformsredirect Package.
|
|
WebApiSync
!!!Instruction!!!
1)Rename Service1 to WinService
2)Install nuget package
3)Insert your namespace in app.config instead __NAMESPACE__
4)Write "debug" to project->properties->debug->arguments of command line
|
GitHub repositories
This package is not used by any popular GitHub repositories.