Parbad.Mvc5 1.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Parbad.Mvc5 --version 1.0.2
NuGet\Install-Package Parbad.Mvc5 -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Parbad.Mvc5" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Parbad.Mvc5 --version 1.0.2
#r "nuget: Parbad.Mvc5, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Parbad.Mvc5 as a Cake Addin
#addin nuget:?package=Parbad.Mvc5&version=1.0.2

// Install Parbad.Mvc5 as a Cake Tool
#tool nuget:?package=Parbad.Mvc5&version=1.0.2

Parbad.Mvc5


To get complete information about Parbad project, please see main Nuget package Parbad.

How to redirect user to Gateway's website (Bank's Web Page) using Parbad.Mvc5


public ActionResult Request()
{
    var invoice = new Invoice(123, 25000, "http://www.mywebsite.com/payment/verify");

    var result = Payment.Request(Gateways.Mellat, invoice);

    if (result.Status == RequestResultStatus.Success)
    {
        return new RequestActionResult(result); // This will redirects client to Gateway's website.
    }

    return View("GatewayError", result);
}

Installing

Open Package Manager Console in Visual Studio and then enter bellow command and press Enter.

Install-Package Parbad.Mvc5

Author

  • Sina Soltani - Linkedin Please let me know if you find any bugs or have any suggestions by sending an email to soltani.sina1989@live.com.
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 592 11/20/2022
2.2.0 789 4/10/2021
2.1.0 567 12/13/2020
2.0.6 813 4/17/2020
2.0.4 514 4/14/2020
2.0.3 488 2/5/2020
2.0.2 635 12/27/2019
2.0.1 715 6/14/2019
2.0.0 643 3/23/2019
1.1.0 981 1/4/2019
1.0.2 1,466 11/26/2017
1.0.1 1,102 1/25/2017
1.0.0 1,311 9/15/2016