WebSiteUpdateConfigurationParameters.HandlerMappings Property

 

Gets or sets a collection of WebSiteGetConfigurationResponse.HandlerMapping objects that define the custom executable programs for handling requests for specific file name extensions.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public IList<WebSiteUpdateConfigurationParameters.HandlerMapping> HandlerMappings { get; set; }
Return to top
Show: