嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
.net 安全接口案例
WebApiDemo
.
├── WebApiDemo
│ ├── ApiWeb
│ │ ├── ApiWeb.csproj
│ │ ├── ApiWeb.csproj.user
│ │ ├── App_Data
│ │ ├── App_Start
│ │ │ └── WebApiConfig.cs
│ │ ├── Areas
│ │ │ └── HelpPage
│ │ │ ├── ApiDescriptionExtensions.cs
│ │ │ ├── App_Start
│ │ │ │ └── HelpPageConfig.cs
│ │ │ ├── Controllers
│ │ │ │ └── HelpController.cs
│ │ │ ├── HelpPage.css
│ │ │ ├── HelpPageAreaRegistration.cs
│ │ │ ├── HelpPageConfigurationExtensions.cs
│ │ │ ├── Models
│ │ │ │ └── HelpPageApiModel.cs
│ │ │ ├── SampleGeneration
│ │ │ │ ├── HelpPageSampleGenerator.cs
│ │ │ │ ├── HelpPageSampleKey.cs
│ │ │ │ ├── ImageSample.cs
│ │ │ │ ├── InvalidSample.cs
│ │ │ │ ├── ObjectGenerator.cs
│ │ │ │ ├── SampleDirection.cs
│ │ │ │ └── TextSample.cs
│ │ │ ├── Views
│ │ │ │ ├── Help
│ │ │ │ │ ├── Api.cshtml
│ │ │ │ │ ├── DisplayTemplates
│ │ │ │ │ │ ├── ApiGroup.cshtml
│ │ │ │ │ │ ├── HelpPageApiModel.cshtml
│ │ │ │ │ │ ├── ImageSample.cshtml
│ │ │ │ │ │ ├── InvalidSample.cshtml
│ │ │ │ │ │ ├── Parameters.cshtml
│ │ │ │ │ │ ├── Samples.cshtml
│ │ │ │ │ │ └── TextSample.cshtml
│ │ │ │ │ └── Index.cshtml
│ │ │ │ ├── Shared
│ │ │ │ │ └── _Layout.cshtml
│ │ │ │ ├── Web.config
│ │ │ │ └── _ViewStart.cshtml
│ │ │ └── XmlDocumentationProvider.cs
│ │ ├── Controllers
│ │ │ ├── BaseController.cs
│ │ │ └── TestApiController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Index.aspx
│ │ ├── Index.aspx.cs
│ │ ├── Index.aspx.designer.cs
│ │ ├── Models
│ │ │ ├── AsciiComparer.cs
│ │ │ ├── ResultModel.cs
│ │ │ └── SignHelper.cs
│ │ ├── Project_Readme.html
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Views
│ │ │ ├── Base
│ │ │ ├── Web.config
│ │ │ └── _ViewStart.cshtml
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── bin
│ │ │ ├── Antlr3.Runtime.dll
│ │ │ ├── Antlr3.Runtime.pdb
│ │ │ ├── ApiWeb.dll
│ │ │ ├── ApiWeb.pdb
│ │ │ ├── Microsoft.Web.Infrastructure.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── System.Net.Http.Formatting.dll
│ │ │ ├── System.Net.Http.Formatting.xml
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.Http.WebHost.dll
│ │ │ ├── System.Web.Http.WebHost.xml
│ │ │ ├── System.Web.Http.dll
│ │ │ ├── System.Web.Http.xml
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Mvc.xml
│ │ │ ├── System.Web.Optimization.dll
│ │ │ ├── System.Web.Optimization.xml
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.xml
│ │ │ ├── WebGrease.dll
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ ├── System.Web.Optimization.resources.dll
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ └── System.Web.WebPages.resources.dll
│ │ ├── favicon.ico
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ApiWeb.csproj.FileListAbsolute.txt
│ │ │ ├── ApiWeb.csprojResolveAssemblyReference.cache
│ │ │ ├── ApiWeb.dll
│ │ │ ├── ApiWeb.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── packages.config
│ ├── BusinessWeb
│ │ ├── App_Data
│ │ ├── App_Start
│ │ │ └── RouteConfig.cs
│ │ ├── BusinessWeb.csproj
│ │ ├── BusinessWeb.csproj.user
│ │ ├── Controllers
│ │ │ └── BusinessController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Models
│ │ │ ├── AsciiComparer.cs
│ │ │ ├── ResultModel.cs
│ │ │ └── SignHelper.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Views
│ │ │ └── web.config
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── bin
│ │ │ ├── BusinessWeb.dll
│ │ │ ├── BusinessWeb.pdb
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Webpages.Deployment.dll
│ │ │ ├── System.Web.Webpages.Razor.dll
│ │ │ └── System.Web.Webpages.dll
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BusinessWeb.csproj.AssemblyReference.cache
│ │ │ ├── BusinessWeb.csproj.FileListAbsolute.txt
│ │ │ ├── BusinessWeb.csprojResolveAssemblyReference.cache
│ │ │ ├── BusinessWeb.dll
│ │ │ ├── BusinessWeb.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── packages.config
│ ├── WebDemo.sln
│ ├── WebDemo.v11.suo
│ └── packages
│ ├── Antlr.3.4.1.9004
│ │ ├── Antlr.3.4.1.9004.nupkg
│ │ └── lib
│ │ ├── Antlr3.Runtime.dll
│ │ └── Antlr3.Runtime.pdb
│ ├── Microsoft.AspNet.Mvc.5.0.0
│ │ ├── Microsoft.AspNet.Mvc.5.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Mvc.xml
│ │ └── zh-Hans
│ │ ├── System.Web.Mvc.resources.dll
│ │ └── System.Web.Mvc.xml
│ ├── Microsoft.AspNet.Mvc.zh-Hans.5.0.0
│ │ ├── Microsoft.AspNet.Mvc.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── System.Web.Mvc.resources.dll
│ │ └── System.Web.Mvc.xml
│ ├── Microsoft.AspNet.Razor.3.0.0
│ │ ├── Microsoft.AspNet.Razor.3.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.Razor.xml
│ │ └── zh-Hans
│ │ ├── System.Web.Razor.resources.dll
│ │ └── system.web.razor.xml
│ ├── Microsoft.AspNet.Razor.zh-Hans.3.0.0
│ │ ├── Microsoft.AspNet.Razor.zh-Hans.3.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── System.Web.Razor.resources.dll
│ │ └── system.web.razor.xml
│ ├── Microsoft.AspNet.Web.Optimization.1.1.1
│ │ ├── Microsoft.AspNet.Web.Optimization.1.1.1.nupkg
│ │ └── lib
│ │ └── net40
│ │ ├── System.Web.Optimization.dll
│ │ ├── system.web.optimization.xml
│ │ └── zh-Hans
│ │ └── System.Web.Optimization.resources.dll
│ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.1
│ │ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.1.nupkg
│ │ └── lib
│ │ └── net40
│ │ └── zh-Hans
│ │ └── System.Web.Optimization.resources.dll
│ ├── Microsoft.AspNet.WebApi.5.0.0
│ │ └── Microsoft.AspNet.WebApi.5.0.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Client.5.0.0
│ │ ├── Microsoft.AspNet.WebApi.Client.5.0.0.nupkg
│ │ └── lib
│ │ ├── net45
│ │ │ ├── System.Net.Http.Formatting.dll
│ │ │ ├── System.Net.Http.Formatting.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ └── portable-wp8%2Bnetcore45%2Bnet45
│ │ ├── System.Net.Http.Formatting.dll
│ │ └── System.Net.Http.Formatting.xml
│ ├── Microsoft.AspNet.WebApi.Client.zh-Hans.5.0.0
│ │ ├── Microsoft.AspNet.WebApi.Client.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── System.Net.Http.Formatting.resources.dll
│ │ └── System.Net.Http.Formatting.xml
│ ├── Microsoft.AspNet.WebApi.Core.5.0.0
│ │ ├── Microsoft.AspNet.WebApi.Core.5.0.0.nupkg
│ │ ├── content
│ │ │ └── web.config.transform
│ │ └── lib
│ │ └── net45
│ │ ├── System.Web.Http.dll
│ │ ├── System.Web.Http.xml
│ │ └── zh-Hans
│ │ ├── System.Web.Http.resources.dll
│ │ └── System.Web.Http.xml
│ ├── Microsoft.AspNet.WebApi.Core.zh-Hans.5.0.0
│ │ ├── Microsoft.AspNet.WebApi.Core.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── System.Web.Http.resources.dll
│ │ └── System.Web.Http.xml
│ ├── Microsoft.AspNet.WebApi.HelpPage.5.0.0
│ │ ├── Microsoft.AspNet.WebApi.HelpPage.5.0.0.nupkg
│ │ └── content
│ │ └── Areas
│ │ └── HelpPage
│ │ ├── ApiDescriptionExtensions.cs.pp
│ │ ├── App_Start
│ │ │ └── HelpPageConfig.cs.pp
│ │ ├── Controllers
│ │ │ └── HelpController.cs.pp
│ │ ├── HelpPage.css.pp
│ │ ├── HelpPageAreaRegistration.cs.pp
│ │ ├── HelpPageConfigurationExtensions.cs.pp
│ │ ├── Models
│ │ │ └── HelpPageApiModel.cs.pp
│ │ ├── SampleGeneration
│ │ │ ├── HelpPageSampleGenerator.cs.pp
│ │ │ ├── HelpPageSampleKey.cs.pp
│ │ │ ├── ImageSample.cs.pp
│ │ │ ├── InvalidSample.cs.pp
│ │ │ ├── ObjectGenerator.cs.pp
│ │ │ ├── SampleDirection.cs.pp
│ │ │ └── TextSample.cs.pp
│ │ ├── Views
│ │ │ ├── Help
│ │ │ │ ├── Api.cshtml.pp
│ │ │ │ ├── DisplayTemplates
│ │ │ │ │ ├── ApiGroup.cshtml.pp
│ │ │ │ │ ├── HelpPageApiModel.cshtml.pp
│ │ │ │ │ ├── ImageSample.cshtml.pp
│ │ │ │ │ ├── InvalidSample.cshtml.pp
│ │ │ │ │ ├── Parameters.cshtml.pp
│ │ │ │ │ ├── Samples.cshtml.pp
│ │ │ │ │ └── TextSample.cshtml.pp
│ │ │ │ └── Index.cshtml.pp
│ │ │ ├── Shared
│ │ │ │ └── _Layout.cshtml.pp
│ │ │ ├── Web.config
│ │ │ └── _ViewStart.cshtml.pp
│ │ └── XmlDocumentationProvider.cs.pp
│ ├── Microsoft.AspNet.WebApi.WebHost.5.0.0
│ │ ├── Microsoft.AspNet.WebApi.WebHost.5.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ ├── System.Web.Http.WebHost.dll
│ │ ├── System.Web.Http.WebHost.xml
│ │ └── zh-Hans
│ │ ├── System.Web.Http.WebHost.resources.dll
│ │ └── System.Web.Http.WebHost.xml
│ ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.5.0.0
│ │ ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── System.Web.Http.WebHost.resources.dll
│ │ └── System.Web.Http.WebHost.xml
│ ├── Microsoft.AspNet.WebPages.3.0.0
│ │ ├── Microsoft.AspNet.WebPages.3.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ ├── System.Web.Helpers.dll
│ │ ├── System.Web.Helpers.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.xml
│ │ └── zh-Hans
│ │ ├── System.Web.Helpers.resources.dll
│ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ ├── System.Web.WebPages.resources.dll
│ │ ├── system.web.helpers.xml
│ │ ├── system.web.webpages.deployment.xml
│ │ ├── system.web.webpages.razor.xml
│ │ └── system.web.webpages.xml
│ ├── Microsoft.AspNet.WebPages.zh-Hans.3.0.0
│ │ ├── Microsoft.AspNet.WebPages.zh-Hans.3.0.0.nupkg
│ │ └── lib
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── System.Web.Helpers.resources.dll
│ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ ├── System.Web.WebPages.resources.dll
│ │ ├── system.web.helpers.xml
│ │ ├── system.web.webpages.deployment.xml
│ │ ├── system.web.webpages.razor.xml
│ │ └── system.web.webpages.xml
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ │ ├── Microsoft.Web.Infrastructure.1.0.0.0.nuspec
│ │ └── lib
│ │ └── net40
│ │ └── Microsoft.Web.Infrastructure.dll
│ ├── Modernizr.2.6.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.6.2.js
│ │ ├── Modernizr.2.6.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── Newtonsoft.Json.5.0.6
│ │ ├── Newtonsoft.Json.5.0.6.nupkg
│ │ └── lib
│ │ ├── net20
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net35
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net40
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netcore45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── portable-net40%2Bsl4%2Bwp7%2Bwin8
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── portable-net45%2Bwp80%2Bwin8
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── Respond.1.2.0
│ │ ├── Respond.1.2.0.nupkg
│ │ └── content
│ │ └── Scripts
│ │ ├── respond.js
│ │ └── respond.min.js
│ ├── WebGrease.1.5.2
│ │ ├── WebGrease.1.5.2.nupkg
│ │ ├── lib
│ │ │ └── WebGrease.dll
│ │ └── tools
│ │ └── WG.exe
│ ├── bootstrap.3.0.0
│ │ ├── bootstrap.3.0.0.nupkg
│ │ └── content
│ │ ├── Content
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.min.css
│ │ ├── Scripts
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ └── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ └── glyphicons-halflings-regular.woff
│ ├── jQuery.1.10.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.10.2-vsdoc.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ └── jquery-1.10.2.min.map
│ │ ├── Tools
│ │ │ ├── common.ps1
│ │ │ ├── install.ps1
│ │ │ ├── jquery-1.10.2.intellisense.js
│ │ │ └── uninstall.ps1
│ │ └── jQuery.1.10.2.nupkg
│ └── repositories.config
└── 好例子网.net 安全接口案例_WebApiDemo.rar
140 directories, 286 files