You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?xml version="1.0"?>
<doc >
<assembly >
<name > Senparc.Weixin.MP.MvcExtension</name>
</assembly>
<members >
<member name= "T:Senparc.Weixin.MP.MvcExtension.SenparcOAuthAttribute" >
<summary >
SenparcOAuthAttribute
</summary>
</member>
<member name= "M:Senparc.Weixin.MP.MvcExtension.SenparcOAuthAttribute.#ctor(System.String,System.String,Senparc.Weixin.MP.OAuthScope)" >
<summary >
AppId
</summary>
<param name= "appId" > </param>
<param name= "oauthCallbackUrl" > 网站内路径(如:/TenpayV3/OAuthCallback) , 以/开头! 当前页面地址会加在Url中的returlUrl=xx参数中</param>
<param name= "oauthScope" > 默认为 OAuthScope.snsapi_userinfo</param>
</member>
<member name= "M:Senparc.Weixin.MP.MvcExtension.SenparcOAuthAttribute.IsLogined(System.Web.HttpContextBase)" >
<summary >
判断用户是否已经登录
</summary>
<param name= "httpContext" > </param>
<returns > </returns>
</member>
<member name= "T:Senparc.Weixin.MP.MvcExtension.WeixinInternalRequestAttribute" >
<summary >
过滤来自非微信客户端浏览器的请求
</summary>
</member>
<member name= "P:Senparc.Weixin.MP.MvcExtension.WeixinInternalRequestAttribute.RedirectUrl" >
<summary >
重定向地址, 如果提供了redirectResult将忽略构造函数中的message
</summary>
</member>
<member name= "M:Senparc.Weixin.MP.MvcExtension.WeixinInternalRequestAttribute.#ctor(System.String,System.String)" >
<summary >
</summary>
<param name= "message" > 错误提示信息</param>
<param name= "ignoreParameter" > 如果地址栏中提供改参数,则忽略浏览器判断,建议设置得复杂一些。如?abc=[任意字符]</param>
</member>
<member name= "T:Senparc.Weixin.MP.MvcExtension.BrowserUtility.BrowserUtility" >
<summary >
BrowserUtility
</summary>
</member>
<member name= "M:Senparc.Weixin.MP.MvcExtension.BrowserUtility.BrowserUtility.SideInWeixinBrowser(System.Web.HttpContextBase)" >
<summary >
判断是否在微信内置浏览器中
</summary>
<param name= "httpContext" > HttpContextBase对象</param>
<returns > true: 在微信内置浏览器内。false: 不在微信内置浏览器内。</returns>
</member>
</members>
</doc>