XamlHostingSection.Handlers Property

Gets an empty collection of HTTP handler elements.

Namespace:  System.Xaml.Hosting.Configuration
Assembly:  System.Xaml.Hosting (in System.Xaml.Hosting.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("", IsDefaultCollection := True)> _
Public ReadOnly Property Handlers As HandlerElementCollection
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
public HandlerElementCollection Handlers { get; }
[ConfigurationPropertyAttribute(L"", IsDefaultCollection = true)]
public:
property HandlerElementCollection^ Handlers {
    HandlerElementCollection^ get ();
}
[<ConfigurationPropertyAttribute("", IsDefaultCollection = true)>]
member Handlers : HandlerElementCollection with get
function get Handlers () : HandlerElementCollection

Property Value

Type: System.Xaml.Hosting.Configuration.HandlerElementCollection
HandlerElementCollection .

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

XamlHostingSection Class

System.Xaml.Hosting.Configuration Namespace