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.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
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);
}
Return to top
Show: