WebSiteGetConfigurationResponse.HandlerMapping Class

Definition

Specifies a custom executable program for handling requests for specific file name extensions.

public class WebSiteGetConfigurationResponse.HandlerMapping
type WebSiteGetConfigurationResponse.HandlerMapping = class
Public Class WebSiteGetConfigurationResponse.HandlerMapping
Inheritance
WebSiteGetConfigurationResponse.HandlerMapping

Constructors

WebSiteGetConfigurationResponse.HandlerMapping()

Initializes a new instance of the HandlerMapping class.

Properties

Arguments

Optional. A string that contains optional arguments for the script processor specified by the SiteConfig.HandlerMappings.HandlerMapping.ScriptProcessor element.

Extension

Optional. A string that specifies the extension of the file type that the script processor will handle (for example, *.php).

ScriptProcessor

Optional. The absolute path to the location of the executable file that will handle the files specified in the SiteConfig.HandlerMappings.HandlerMapping.Extension element.

Applies to