4 references to HttpHandlerType
System.Xaml.Hosting (4)
System\Xaml\Hosting\Configuration\HandlerElement.cs (4)
23
ConfigurationProperty handler = new ConfigurationProperty(XamlHostingConfiguration.
HttpHandlerType
, typeof(string), " ", null, new StringValidator(1), ConfigurationPropertyOptions.IsRequired);
43
[ConfigurationProperty(XamlHostingConfiguration.
HttpHandlerType
, DefaultValue = " ",
50
return (string)base[XamlHostingConfiguration.
HttpHandlerType
];
58
base[XamlHostingConfiguration.
HttpHandlerType
] = value;