Twilio.Mvc 3.2.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Twilio.Mvc --version 3.2.2
NuGet\Install-Package Twilio.Mvc -Version 3.2.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="Twilio.Mvc" Version="3.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Twilio.Mvc --version 3.2.2
#r "nuget: Twilio.Mvc, 3.2.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 Twilio.Mvc as a Cake Addin
#addin nuget:?package=Twilio.Mvc&version=3.2.2

// Install Twilio.Mvc as a Cake Tool
#tool nuget:?package=Twilio.Mvc&version=3.2.2

Twilio helpers for ASP.NET MVC.

This package has been deprecated. Please see Twilio.AspNet.Mvc for latest functionality.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Twilio.Mvc:

Package Downloads
Helpers.C3PO

.NET helpers for Lucas Costa

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

* 3.2.2 - Remove unneeded dependency on Twilio package
       - Update version of Twilio.TwiML dependency
* 3.2.1 - Address XXE vulnerability in TwiMLResult
* 3.2.0 - Add GetNextPage and GetPreviousPage
       - Deprecate absolute paging
       - Remove VisualStudio test in favor of NUnit
* 3.1.15 - StatusCallback binding model fixes
* 3.1.14 - Removed support for MVC 2.  Project now builds against .NET 4.0 and takes a dependency on MVC 3.
* 3.1.13 - Changed Specific Version flag on System.Web.Mvc dependency
* 3.1.12 - Null reference fix
* 3.1.11 - Added Leave verb
* 3.1.10 - Fixed bug in ValidationRequestAttribute to stop execution of request
* 3.1.9 - Adding doc comments
* 3.1.8 - Added Dial Status Callback properties
* 3.1.7 - Added properties to the VoiceRequest class to support Transcription
* 3.1.6 - Fixing package fail
* 3.1.5 - Added properties to the VoiceRequest class to support Gather and Recod parameters
* 3.1.4 - Added new classes to support model binding of Twilio requests