WebSiteUpdateConfigurationParameters.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.
Specifies a custom executable program for handling requests for specific file name extensions.
public class WebSiteUpdateConfigurationParameters.HandlerMapping
type WebSiteUpdateConfigurationParameters.HandlerMapping = class
Public Class WebSiteUpdateConfigurationParameters.HandlerMapping
- Inheritance
-
WebSiteUpdateConfigurationParameters.HandlerMapping
Constructors
WebSiteUpdateConfigurationParameters.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
Azure SDK for .NET