Skip to content

Commit f1f0c04

Browse files
committed
submit new website
1 parent 62c7b2e commit f1f0c04

File tree

874 files changed

+90917
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

874 files changed

+90917
-0
lines changed

aspnetcoredoccn/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aspnet.docs.dotnet-china.org
20.7 MB
Binary file not shown.

aspnetcoredoccn/aspnetcore-1.1.html

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
<!DOCTYPE html>
2+
<!--[if IE]><![endif]-->
3+
<html>
4+
5+
<head>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>ASP.NET Core 1.1 &#26356;&#26032; | Microsoft &#25991;&#26723;&#65288;&#20013;&#25991;&#25991;&#26723;&#65289; </title>
9+
<meta name="viewport" content="width=device-width">
10+
<meta name="title" content="ASP.NET Core 1.1 &#26356;&#26032; | Microsoft &#25991;&#26723;&#65288;&#20013;&#25991;&#25991;&#26723;&#65289; ">
11+
<meta name="generator" content="docfx 2.22.2.0">
12+
13+
<link rel="shortcut icon" href="favicon.ico">
14+
<link rel="stylesheet" href="styles/docfx.vendor.css">
15+
<link rel="stylesheet" href="styles/docfx.css">
16+
<link rel="stylesheet" href="styles/main.css">
17+
<meta property="docfx:navrel" content="/foo">
18+
<meta property="docfx:tocrel" content="toc.html">
19+
20+
21+
</head>
22+
<body data-spy="scroll" data-target="#affix">
23+
<div id="wrapper">
24+
<header>
25+
26+
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
27+
<div class="container">
28+
<div class="navbar-header">
29+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
30+
<span class="sr-only">切换导航</span>
31+
<span class="icon-bar"></span>
32+
<span class="icon-bar"></span>
33+
<span class="icon-bar"></span>
34+
</button>
35+
36+
<a class="navbar-brand" href="index.html">
37+
<img id="logo" class="svg" src="logo.svg" alt="">
38+
</a>
39+
</div>
40+
<div class="collapse navbar-collapse" id="navbar">
41+
<form class="navbar-form navbar-right" role="search" id="search">
42+
<div class="form-group">
43+
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
44+
</div>
45+
</form>
46+
</div>
47+
</div>
48+
</nav>
49+
50+
<div class="subnav navbar navbar-default">
51+
<div class="container hide-when-search" id="breadcrumb">
52+
<ul class="breadcrumb">
53+
<li></li>
54+
</ul>
55+
</div>
56+
</div>
57+
</header>
58+
<div role="main" class="container body-content hide-when-search">
59+
60+
<div class="sidenav hide-when-search">
61+
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">显示 / 隐藏目录</a>
62+
<div class="sidetoggle collapse" id="sidetoggle">
63+
<div id="sidetoc"></div>
64+
</div>
65+
</div>
66+
<div class="article row grid-right">
67+
<div class="col-md-10">
68+
<article class="content wrap" id="_content" data-uid="aspnetcore-1.1">
69+
<h1 id="aspnet-core-11-更新">ASP.NET Core 1.1 更新</h1>
70+
71+
<p>ASP.NET Core 1.1 更新包括以下新特性:</p>
72+
<ul>
73+
<li><a href="https://docs.microsoft.com/en-us/aspnet/core/fundamentals/url-rewriting">地址重写中间件</a></li>
74+
<li><a href="https://docs.microsoft.com/en-us/aspnet/core/performance/caching/middleware">响应缓存中间件</a></li>
75+
<li><a class="xref" href="mvc/views/view-components.html#invoking-a-view-component-as-a-tag-helper">视图组件作为 Tag Helpers</a></li>
76+
<li><a class="xref" href="mvc/controllers/filters.html#using-middleware-in-the-filter-pipeline">中间件作为 MVC 过滤器</a></li>
77+
<li><a class="xref" href="fundamentals/app-state.html#cookie-based-tempdata-provider">Cookie-based TempData provider</a></li>
78+
<li><a class="xref" href="fundamentals/logging.html#appservice">Azure App Service logging provider</a></li>
79+
<li><a class="xref" href="security/key-vault-configuration.html">Azure Key Vault configuration provider</a></li>
80+
<li><a class="xref" href="security/data-protection/implementation/key-storage-providers.html#azure-and-redis">Azure and Redis Storage Data Protection Key Repositories</a></li>
81+
<li><a class="xref" href="fundamentals/servers/weblistener.html">WebListener Server for Windows</a></li>
82+
<li><a class="xref" href="fundamentals/websockets.html">WebSockets support</a></li>
83+
</ul>
84+
<h2 id="aspnet-core-选择-10-还是-11-版本">ASP.NET Core 选择 1.0 还是 1.1 版本</h2>
85+
<p>ASP.NET Core 1.1 相比 1.0 拥有更多新功能。一般来说, 我们推荐您使用最新的版本。</p>
86+
<h2 id="additional-information">Additional Information</h2>
87+
<ul>
88+
<li><a href="https://github.com/aspnet/Home/releases/tag/1.1.0">ASP.NET Core 1.1.0 发布说明</a></li>
89+
<li>如果你想了解 ASP.NET Core 开发团队的进度和计划, 随时访问 <a href="https://live.asp.net/">ASP.NET Community Standup</a>.</li>
90+
</ul>
91+
</article>
92+
</div>
93+
<div class="col-md-10">
94+
<a name="cloudcomment">
95+
<div id="cloud-tie-wrapper" class="cloud-tie-wrapper"></div>
96+
</a>
97+
</div>
98+
99+
<div class="hidden-sm col-md-2" role="complementary">
100+
<div class="sideaffix">
101+
<div class="contribution">
102+
<ul class="nav">
103+
<li>
104+
<a href="https://github.com/dotnetcore/aspnetcore-doc-cn/blob/master/aspnetcore/aspnetcore-1.1.md/#L1" class="contribution-link">&#25913;&#36827;&#25991;&#26723;</a>
105+
</li>
106+
<li>
107+
<span style="margin-left: 10px; margin-top: 3px; margin-bottom: 3px;" class="contribution-link"><a class="cloud-tie-join-count" href="#cloudcomment">
108+
<span class="icon-comment"></span>
109+
<span class="join-count">0</span>
110+
<span class="join-text">评论</span>
111+
</a></span>
112+
</li>
113+
<li>
114+
<div style="margin-left: 10px; margin-top: 3px; margin-bottom: 3px;" class="bdsharebuttonbox">
115+
<a href="#" class="bds_more" data-cmd="more"></a>
116+
<a href="#" class="bds_mshare" data-cmd="mshare" title="分享到一键分享"></a>
117+
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a>
118+
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
119+
<a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a>
120+
<a href="#" class="bds_copy" data-cmd="copy" title="分享到复制网址"></a>
121+
<a href="#" class="bds_print" data-cmd="print" title="分享到打印"></a>
122+
</div>
123+
</li>
124+
</ul>
125+
</div>
126+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
127+
<!-- <p><a class="back-to-top" href="#top">返回顶部</a><p> -->
128+
</nav>
129+
</div>
130+
</div>
131+
</div>
132+
</div>
133+
134+
<footer>
135+
<div class="grad-bottom"></div>
136+
<div class="footer">
137+
<div class="container">
138+
<span class="pull-right">
139+
<a href="#top">返回顶部</a>
140+
</span>
141+
142+
<span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
143+
</div>
144+
</div>
145+
</footer>
146+
<script>
147+
(function(){
148+
var bp = document.createElement('script');
149+
var curProtocol = window.location.protocol.split(':')[0];
150+
if (curProtocol === 'https'){
151+
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
152+
}
153+
else{
154+
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
155+
}
156+
var s = document.getElementsByTagName("script")[0];
157+
s.parentNode.insertBefore(bp, s);
158+
})();
159+
</script> </div>
160+
161+
<script type="text/javascript" src="styles/docfx.vendor.js"></script>
162+
<script type="text/javascript" src="styles/docfx.js"></script>
163+
<script type="text/javascript" src="styles/main.js"></script>
164+
165+
<script src="https://img1.cache.netease.com/f2e/tie/yun/sdk/loader.js"></script>
166+
<script>
167+
168+
var url = window.location.href;
169+
170+
url = url.replace(window.location.hash,"");
171+
url = url.replace(window.location.search, "");
172+
173+
var cloudTieConfig = {
174+
url: url,
175+
sourceId: "",
176+
productKey: "1f2ab3895f9d44a0b3b90ab7a8c4e01b",
177+
target: "cloud-tie-wrapper"
178+
};
179+
var yunManualLoad = true;
180+
Tie.loader("aHR0cHM6Ly9hcGkuZ2VudGllLjE2My5jb20vcGMvbGl2ZXNjcmlwdC5odG1s", true);
181+
</script>
182+
<script type="text/javascript">window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": false, "bdPic": "", "bdStyle": "0", "bdSize": "16" }, "share": {} }; with (document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];</script>
183+
</body>
184+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bh1NXh3smd

0 commit comments

Comments
 (0)