WebSiteGetConfigurationResponse::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.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ HandlerMappings { IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ get(); void set(IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ value); }
Property Value
Type: System.Collections.Generic::IList<WebSiteGetConfigurationResponse::HandlerMapping^>^A collection of WebSiteGetConfigurationResponse::HandlerMapping objects.
Show: