Senparc.Weixin.MP.MVC 3.1.0

dotnet add package Senparc.Weixin.MP.MVC --version 3.1.0
NuGet\Install-Package Senparc.Weixin.MP.MVC -Version 3.1.0
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="Senparc.Weixin.MP.MVC" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Senparc.Weixin.MP.MVC --version 3.1.0
#r "nuget: Senparc.Weixin.MP.MVC, 3.1.0"
#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 Senparc.Weixin.MP.MVC as a Cake Addin
#addin nuget:?package=Senparc.Weixin.MP.MVC&version=3.1.0

// Install Senparc.Weixin.MP.MVC as a Cake Tool
#tool nuget:?package=Senparc.Weixin.MP.MVC&version=3.1.0

为了处理IOS微信软件下的换行bug,暂时添加了一个FixWeixinBugWeixinResult的返回类型暂时替代原来的WeixinResult。微信官方修复bug后此方法将删除。

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  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.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Senparc.Weixin.MP.MVC:

Repository Stars
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
JeffreySu/WechatVideoCourse
《微信公众号+小程序快速开发》视频教程课件及代码
zLulus/NotePractice
My_Note 笔记练习demo
Version Downloads Last updated
3.1.0 1,019 4/21/2015
3.0.0 944 10/7/2014
2.0.0 80 9/25/2014
1.4.17 407 3/15/2014
1.4.16 70 12/10/2013
1.4.7 49 12/10/2013
1.4.3 47 12/7/2013
1.4.2 64 11/26/2013
1.4.1 45 11/18/2013
1.4.0 44 11/18/2013
1.3.0 47 11/14/2013
1.2.0 52 10/30/2013

优化部分处理代码

v2.0 重构Senparc.Weixin.dll代码

v3.0 优化代码,完全兼容企业号和公众账号

v3.1.0 升级[WeixinInternalRequest]过滤器,提供了URL重定向参数。