HandlerMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.
public class HandlerMapping
type HandlerMapping = class
Public Class HandlerMapping
- Inheritance
-
HandlerMapping
Constructors
HandlerMapping() |
Initializes a new instance of the HandlerMapping class. |
HandlerMapping(String, String, String) |
Initializes a new instance of the HandlerMapping class. |
Properties
Arguments |
Gets or sets command-line arguments to be passed to the script processor. |
Extension |
Gets or sets requests with this extension will be handled using the specified FastCGI application. |
ScriptProcessor |
Gets or sets the absolute path to the FastCGI application. |