HandlerMapping Class

Definition

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.

Applies to