HandlerMapping Members
Represents a custom executable program for handling requests for specific file name extensions.
The following tables list the members exposed by the HandlerMapping type.
Public Constructors
Name | Description | |
---|---|---|
HandlerMapping | Initializes a new instance of the HandlerMapping class. |
Top
Public Properties
Name | Description | |
---|---|---|
Arguments | Gets or sets optional arguments for the script processor specified by the ScriptProcessor property. | |
Extension | Gets or sets the extension of the file type that the script processor will handle. | |
ScriptProcessor | Gets or sets the absolute path to the location of the executable file that will handle the files specified in the Extension property. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
HandlerMapping Class
Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters Namespace