web.config
来自「C#开发者可使用的经典案例集,源自于ASP.NET经典范例50讲」· CONFIG 代码 · 共 12 行
CONFIG
12 行
<configuration>
<configSections>
<section name="mySection"
type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</configSections>
<mySection>
<add key="fileName" value="c:\debug.out" />
<add key="debug" value="true" />
</mySection>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?