web.config
来自「实现了工作流的动态会签功能」· CONFIG 代码 · 共 19 行
CONFIG
19 行
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<httpHandlers >
<add path="*.png" verb="*" type="WorkflowVisibilityControl.WFImageHandler,WorkflowVisibilityControl"/>
</httpHandlers>
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?