WebSiteGetConfigurationResponse.HandlerMappings 属性

 

获取或设置的集合 WebSiteGetConfigurationResponse.HandlerMapping 定义自定义的可执行程序用于处理特定文件扩展名的请求的对象。

命名空间:   Microsoft.WindowsAzure.Management.WebSites.Models
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

public IList<WebSiteGetConfigurationResponse.HandlerMapping> HandlerMappings { get; set; }
public:
property IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ HandlerMappings {
    IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ get();
    void set(IList<WebSiteGetConfigurationResponse::HandlerMapping^>^ value);
}
member HandlerMappings : IList<WebSiteGetConfigurationResponse.HandlerMapping> with get, set
Public Property HandlerMappings As IList(Of WebSiteGetConfigurationResponse.HandlerMapping)

属性值

Type: System.Collections.Generic.IList<WebSiteGetConfigurationResponse.HandlerMapping>

WebSiteGetConfigurationResponse.HandlerMapping 对象的集合。

请参阅

WebSiteGetConfigurationResponse 类
Microsoft.WindowsAzure.Management.WebSites.Models 命名空间

返回页首