Lombiq Helpful Libraries - ASP.NET Core Libraries - MVC
December 15, 2022 ยท View on GitHub
ActionResultHelpers: For returning common specializedIActionResults fromControllers, such asZipFile.- Attributes for controllers:
DevelopmentOnlyAttribute: Enforces the Development environment on controllers.DevelopmentAndLocalhostOnlyAttribute: Enforces the Development environment as well as localhost.FromJsonQueryStringAttribute: Specifies that a parameter or property should be bound as a JSON string, using the request query string.
Controllerextensions: Adds extension methods toControllerobjects likeRedirectToLocal(redirectUrl).ResultExecutingContextExtensionsto get some shortcuts to usual context operations inIAsyncResultFilters.