你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HandlerMapping interface

IIS 处理程序映射,用于定义哪个处理程序处理具有特定扩展名的 HTTP 请求。 例如,它用于将php-cgi.exe进程配置为使用 *.php 扩展处理所有 HTTP 请求。

属性

arguments

要传递给脚本处理器的命令行参数。

extension

使用此扩展的请求将使用指定的 FastCGI 应用程序进行处理。

scriptProcessor

FastCGI 应用程序的绝对路径。

属性详细信息

arguments

要传递给脚本处理器的命令行参数。

arguments?: string

属性值

string

extension

使用此扩展的请求将使用指定的 FastCGI 应用程序进行处理。

extension?: string

属性值

string

scriptProcessor

FastCGI 应用程序的绝对路径。

scriptProcessor?: string

属性值

string